4 lines
110 B
Lua
4 lines
110 B
Lua
|
|
a = 5
|
||
|
|
assert (a == 42)
|
||
|
|
assert (a == 42,'\''..a..'\' is not the answer to life, the universe, and everything')
|