Esolang for TSG Hackathon 2018 Summer
There is no English version at the moment.
Debug mode is enabled if:
-doption is specified for ruby.-doption is specified for standback.rb.- env variable
debugorDEBUGexists. - the code has a line starting with
#@DEBUG.
Example output to stderr:
begin m(1): a1="meow\n" a2=""
begin S(11): a1="meow\n" a2=""
end S(11): a1="meow\n" a2="meow\n"
end m(1): a1="meow\n" a2="meow\n"
In the example above, (11) means the position of command S.