Input Function
Next: Openfile,
Previous: Closefile,
Index: Index
This input[n] function will ask the user for input via stdin, the result being placed into n
Pass: A variable for the input to be written into, of type String
Returns: Nothing
Examples
var f:String;
input[f];
print[f,"\n"];
Last Modified: August 2008