Contents:
pseudonaja
Installation
Usage
Language(s) supported
CIE Pseudocode
(0478 2017)
Supported syntax - Work in progress
Contributing
Credits
History
pseudonaja
»
Language(s) supported
Edit on GitHub
Language(s) supported
CIE Pseudocode
(0478 2017)
Contents:
Supported syntax - Work in progress
Keywords
Case sensitivity
Indentation
Comments
Data types
Variables
Constants
Arrays
Assignment
Input
Output
Operators
Decision statements
Iteration (loops)
While <condition> do
statements
endwhile
Repeat
statements
UNTIL <condition>
FOR x <- x to y [step z]
statements
next
Procedures