8 lines
112 B
Text
8 lines
112 B
Text
TXTINP
|
|
NEW S,N
|
|
WRITE "Enter a string: "
|
|
READ S,!
|
|
WRITE "Enter the number 75000: "
|
|
READ N,!
|
|
KILL S,N
|
|
QUIT
|