[main page] [download] [links] [faq] [sample programs]


input

Input$ test. Just reads lines until 'stop' is typed.

1
2
3
4
5
6
7
a$ = ""

while ( a$ <> "stop" )
  print "Type: ";
  input a$
  print a$
wend


[main page] [download] [links] [faq] [sample programs]

© 2001 P.B. IJdens, The Netherlands. All rights reserved.