Pages from !Pseudocode Guide-7
Pages from !Pseudocode Guide-7
APPENDIX – A
LIST OF ALL PSEUDOCODE KEYWORDS
SET IF
AS THEN
CONST ELSE
REAL END IF
FLOAT WHILE
INTEGER DO
CHAR END WHILE
STRING REPEAT
TEXT UNTIL
INPUT FOR
READ TO
OUTPUT NEXT
PRINT CALL
The above words should not be used as variable, constant or array names as they represent
commands which have special functionality.
17