Difference between revisions of "Code Paradigms"

From Flowcode Help
Jump to navigationJump to search
(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...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
In Flowcode there are several ways to view and edit the code.
+
In Flowcode there are now four ways to view and edit the code.
  
  
Line 18: Line 18:
 
Multiple macros can be shown at once by clicking and dragging the macro tabs.
 
Multiple macros can be shown at once by clicking and dragging the macro tabs.
  
 +
==Example of all four views in parallel==
  
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.
+
Here is the same macro as above, shown in all four coding paradigms. Icons can be dragged, dropped and edited as usual in any of the four coding styles.
  
 
[[File:CodeParadigm2.jpg]]
 
[[File:CodeParadigm2.jpg]]

Latest revision as of 07:56, 2 July 2019

In Flowcode there are now four 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.

Example of all four views in parallel

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

CodeParadigm2.jpg