pogscript
·106 words·1 min
Pogscript #
Pogscript, Overtly, Great, Script #
For syntax add @@PogScript to the top of the file
For each command use > in front
Commands #
vfor value>v(2This sets the value to 2 and writes it in memory to the first open location i.e. 0ofor output>o(0This outputs memory location 0ifor input>i(Prompt:This outputs memory location 0
Operators #
afor add;sfor subtractmfor multiplydfor dividepfor push
For each operator the formate is consistent
>a{0{1
This adds memory location 0 and 1
>m{0{1
This multiplies memory locations 0 and 1
