Code Paradigms

From Flowcode Help
Revision as of 11:29, 10 May 2018 by BenR (talk | contribs) (Created page with "In Flowcode there are several ways to view and edit the code. There are two graphical based languages based on icons: Flowcharts, Blocks. There are also two text based lan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In Flowcode there are several ways to view and edit the code.


There are two graphical based languages based on icons: Flowcharts, Blocks.


There are also two text based languages based on code: C Code, Pseudocode.


The MACRO menu has several option to allow you to view a macro in any of the coding paradigms.

CodeParadigm.jpg


Clicking any of the Show As .... options from the MACRO menu will bring up the list of macros in your program, selecting one of the macros will bring up the macro in a new tab in the selected code paradigm.


Multiple macros can be shown at once by clicking and dragging the macro tabs.


Here is the same macro shown in all four coding paradigms. Icons can be dragged, dropped and edited as usual in any of the four coding styles.

CodeParadigm2.jpg