Engine:CCMD lua.lua edit: Difference between revisions

 
Line 44: Line 44:
end
end
</kua>
</kua>
This works:
These work:
<kua>
<kua>
context lua
context lua
run `if bob then
run `if bob then
   print(1 + 2)
   print(1 + 3)
end`
end`
if bob then print(1 + 4) end
</kua>
</kua>