Smaller
Jump to navigation
Jump to search
- This article is a stub, which means that it is not detailed enough and needs to be expanded. Please help us by adding some more information.
Smaller is an OISC by User:ChuckEsoteric08.
Command
a;b;
Add value b
to variable a
and if result was zero back to the start of the program. To increment variable by other variable, you need to put it inside two "%"s. It is also possible to have multiple operations like that:
a;2-1;
Increment a
by 1
Examples
Jump unconditionaly one time
a;-%a%;