Engine:CLUA script: Difference between revisions

 
(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('james')"
script "lua fred 'james'"
</lua>
</lua>
: Prints 'james'
: Prints 'james'