r0q/Commands
Jump to navigation
Jump to search
- This esolang has been abandoned by its owner, and it won't be changed by its owner.
Commands:
Ask (x)'s value and get (y)
: This is like set (x) = (y)
Define a function called (x) with parameters [params] {}
This is like func (x)([params){}
Ask user's input and give it to (x)
: This gets user input and stores it on (x).
Say (x)
: The same as print((x)).
Quine-variable
: This variable stores the source code of the program.