User input

Getting user input is simple.
input();
The result of this function is stored in the 'result' variable. (Subject to change in future versions.)
print("Hello ", 1);
print(result, 1);
print("!");


Table of contents

Previous: 1.0 Hello world
Next: 1.2 Writing functions