0
><> interpereter, with program editor and stack display.
chartuch
|
controls:
in "edit mode": ctrl + L -- print instructions for loading into the console ctrl + K -- prints the current program to console. ctrl + P -- runs the current program (i had to use these weird button combos cause TIC-80 already does things for ctrl+S and ctrl+R lol) (shift +) alphanumeric -- writes the corresponding character to the program under the cursor left click -- select the cell arrow keys (with selection) -- move the selected cell arrow keys (without selection) -- move the camera right click -- deselect right click + drag -- move the camera in "run mode": p -- return to edit mode t -- print the current program output to the console [ and ] -- increase and decrease the timestep, respectively arrow keys / right click drag -- move the camera ><> documentation can be found here: https://esolangs.org/wiki/Fish |
chartuch
|
the program that appears on startup is fizzbuzz, as stolen directly from the esolangs page on ><>.
|