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