Input

From Mesham

Jump to: navigation, search

Overview

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

Example

var f:String;
input[f];
print[f,"\n"];
Personal tools