RosettaCodeData/Task/Assertions/Lua/assertions.lua
Ingy döt Net 80737d5a6a new tasks
2013-04-09 00:46:50 -07:00

3 lines
110 B
Lua

a = 5
assert (a == 42)
assert (a == 42,'\''..a..'\' is not the answer to life, the universe, and everything')