0% found this document useful (0 votes)
5 views

Pages from !Pseudocode Guide-7

The document provides a list of pseudocode keywords essential for programming. It includes keywords such as SET, IF, CONST, and WHILE, among others. Users are advised not to use these keywords as variable, constant, or array names due to their special functionality.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Pages from !Pseudocode Guide-7

The document provides a list of pseudocode keywords essential for programming. It includes keywords such as SET, IF, CONST, and WHILE, among others. Users are advised not to use these keywords as variable, constant, or array names due to their special functionality.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PSEUDOCODE CONSTRUCT GUIDE

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

You might also like