49
edits
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
<lua> | <lua> | ||
function fred(s) script 'bob ' + s + ';bob' end | function fred(s) script 'bob ' + s + ';bob' end | ||
script "lua fred | script "lua fred 'james'" | ||
</lua> | </lua> | ||
: Prints 'james' | : Prints 'james' | ||