User:Somebody142857/Sandbox
Jump to navigation
Jump to search
Syntax | What it does |
---|---|
N(number) |
Creates number in D notation. |
B(name, value) |
Creates a new variable with name name and value value .
|
L(name, start, end, input_name) |
Creates a new function with name name and which executes the section starting at line start and ending at line end , inclusive. In the section, when a variable named input_name is encountered, it will be interpreted as the function's input.
|
T(line, condition) |
Teleports the reader to line line if condition is True.
|
E(function) |
Execute function and return what the function returns. |
U(code) |
Prints unicode character corresponding to the code, unless at the end of a function code block, where it is interpreted as the output. |
I() |
- User input. |
@ |
- Joke command, prints a lemon emoji. |