Statement Type | Example |
---|---|
Read Input | read i, j, k |
Generate Output | write j, k |
Assignment Statement | x <- 17 |
Conditional | if ( x=17 ) then ... else ... |
Iteration | for, while, repeat |
Recursion | name piece of pseudocode, give parameters, call it |
Data Structures | Everything is an integer, or array of integers |