RosettaCodeData/Task/Assertions/Lua/assertions.lua

4 lines
110 B
Lua
Raw Permalink Normal View History

2013-04-09 00:46:50 -07:00
a = 5
assert (a == 42)
assert (a == 42,'\''..a..'\' is not the answer to life, the universe, and everything')