We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NOTE: all lines have to end with semicolons.
Printing variables
example: print(a);
Printing Nums
example: print(7.2);
Printing Strings
example: print(:Hello, World!:);
NOTE: \n or other newline ways do not work but print(); does do a newline
There was an error while loading. Please reload this page.