Content deleted Content added
There was an incorrect step taken in the examples section, specifically in the second example |
m →The algorithm in detail: removed 'do' in initial 'while' for consistency with other 'while' loops in listing |
||
Line 31:
{{font color|blue|/* This implementation does not implement composite functions,functions with variable number of arguments, and unary operators. */}}
'''while''' there are tokens to be read
read a token.
'''if''' the token is a number, '''then''':
|