|
11 months ago | |
---|---|---|
.github | 11 months ago | |
ark | 11 months ago | |
examples | 12 months ago | |
LICENCE | 11 months ago |
:
Terminates the program. | *Required@
Initializes the program. | Required!
Outputs the next Alphanumeric character in the code. | Output^
Outputs the stack. | Output>
Adds the next numeric character to the stack. | Stack Manipulation<
Asks for Input and adds it to the stack. | Input/Stack Manipulation+
Add the top two rows in the stack and add the result to the stack. | Math/Stack Manipulation-
Subtract the second row by the top row in the stack and add the result to the stack. | Math/Stack Manipulation*
Multiply the top two rows of the stack and add the result to the stack. | Math/Stack Manipulation)
Subtract the top row by the second row in the stack and add the result to the stack. | Math/Stack Manipulation/
Divide the top row by the second row in the stack and add the result to the stack. | Math/Stack Manipulation(
Divide the second row by the top row in the stack and add the result to the stack. | Math/Stack Manipulation#
Clear the stack. | Stack Manipulation$
Add a random number in between the top row and the second row in the stack. | Stack Manipulation%
Add a random number in between the second row and the top row in the stack. | Stack Manipulation{
Used to initialize a function. (like python's: "def") | Functions}
Used to end the initialization of a function. | Functions[
Used to initialize a multiple-character addition. | Stack Manipulation]
Used to end the initialization of a multiple-character addition. | Stack Manipulation~
Used to call a function. | FunctionsT
Used to initialize a command. || Command-Line InteractionN
Used to stop the initialization of a command, then reads the result to the stack. || Command-Line Interaction!B !L !A !H
, you must put a space in between each character.@!H !e !l !l !o ! !W !o !r !l !d:
Hello World
@>1>1+^:
112
@{~}~:
s = "exec(s)"; exec(s)
the function's code is to run itself, then the function is called, then the function is called, resulting in an infinite loop¹.