RCSNUSP/Lua: Difference between revisions

no edit summary
(Created page with "-- directions UP, DOWN, LEFT, RIGHT = 1, 2, 4, 8 -- snusp snIPC, snIPL, snMPT, snDIR, snMEMORY, snSTACK, snCODE = 0, 0, 1, RIGHT, {0}, {}, {} -- stackframe Stackframe = {} f...")
 
No edit summary
Line 1:
=={{header|Lua}}==
<lang lua>
-- directions
UP, DOWN, LEFT, RIGHT = 1, 2, 4, 8
Line 96 ⟶ 98:
-- [[ entry point ( argument = snusp program file name ) ]]--
if arg[1] ~= nil then run( arg[1] ) end
</lang>