RCSNUSP/Lua: Difference between revisions

m
Fixed syntax highlighting.
No edit summary
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[Lua]]</span><hr>
=={{header|Lua}}==
<langsyntaxhighlight lang="lua">
-- directions
UP, DOWN, LEFT, RIGHT = 1, 2, 4, 8
Line 97:
end
-- [[ entry point ( argument = snusp program file name ) ]]--
if arg[1] ~= nil then run( arg[1] ) end</syntaxhighlight>
</lang>
9,476

edits