RCSNUSP/Lua: Difference between revisions

m
Fixed syntax highlighting.
m (Avoid miscounting task entries twice)
m (Fixed syntax highlighting.)
 
Line 1:
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[Lua]]</span><hr>
<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,479

edits