Pull problem for newbie

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Pull problem for newbie

Mike Cowlishaw-3
NetRexx doesn't have a PULL instruction, as there's no concept of an
'external data queue' on the Java platform.  Try using the ASK word
instead:

  say 'You input:' ask

(ASK reads a line from the console.)


--
Mike Cowlishaw, IBM Fellow, IBM UK Laboratories
http://www2.hursley.ibm.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>