<example> <description>Showcasing the ability to print numbers in lua</description> <code> local a = 1 print(a) </code> <output>1</output> </example>
Showcasing the ability to print numbers in lua
local a = 1print(a)