Metropoli BBS
VIEWER: sam165.txt MODE: TEXT (ASCII)
apl>" <------------------------- sam165.txt ---------------------------->


apl>)copy cap2/handbook/wksp/ac character


apl>)copy cap2/handbook/wksp/df empty H


apl>)copy cap2/handbook/wksp/gi if


apl>)copy cap2/handbook/wksp/pr prompt


apl>0prompt'the ages of the members of your family, in descending order..'

the ages of the members of your family, in descending order..54 43 22 16
54 43 22 16

apl>3prompt'the month day year of your birth, as numbers..'

the month day year of your birth, as numbers..3 13
not exactly 3 numbers

the month day year of your birth, as numbers..3 13 1954
3 13 1954

apl>2prompt'give me two numbers..'

give me two numbers..-14 1.234e56
-14       1.234e56

apl>1prompt'an example of a scalar numeric value: '

an example of a scalar numeric value: asdf
not exactly 1 number

an example of a scalar numeric value: -1
-1

apl>1prompt'an9other...'

an9other...-0
 

apl>'no response'prompt'what is your name? '

what is your name? 
no response

apl>2 3 prompt'give me two or three numbers...'

give me two or three numbers...77
not exactly 2 3 numbers

give me two or three numbers...77 6
77 6

apl>)off

[ RETURN TO DIRECTORY ]