Command-line arguments: Difference between revisions

Content added Content deleted
Line 223: Line 223:
now remember ( argument '1' ), and print with a new line.
now remember ( argument '1' ), and print with a new line.
secondly, declare 'i', take '2', and store in 'i'
secondly, declare 'i', take '2', and store in 'i'
do while ( variable 'i' is less than 'total arguments', \
do while ( variable 'i' is less or equal than 'total arguments', \
consider this ( {"Argument #",i," = "} );\
consider this ( {"Argument #",i," = "} );\
remember ( argument 'i' ); put a new line and print it; finally increment 'i' ).
remember ( argument 'i' ); put a new line and print it; finally increment 'i' ).