Help With PUSH Command
Chiefmec@aol.com
Chiefmec@aol.com
Thu, 22 Jan 1998 14:27:09 -0500 (EST)
When a command is 'Pushed' it is put at the top of the command stack. When
two commands are 'Pushed' the first command gets buried under the second
command. When the stacked commands are ready to be executed the last command
pushed is executed first.
In Short, 'Push' commands in reverse order of execution
PROCEDURE DESIGNER DES2
BEGIN
PUSH UPDATE STAY
PUSH DESIGNER DES1
END
Mary E. Cunningham
Creative Computing, Inc.
Chiefmec@aol.com
>