49
edits
| Line 37: | Line 37: | ||
run `print(1+2);print(1+2)`;exit | run `print(1+2);print(1+2)`;exit | ||
</kua> | </kua> | ||
Thus | Thus the first one works, the second doesn't, third does: | ||
<kua> | <kua> | ||
context lua | |||
function bob(s) print(s) end | function bob(s) print(s) end | ||
bob("fred") | bob("fred") | ||