RosettaCodeData/Task/Assertions/Nim/assertions.nim
2017-09-25 22:28:19 +02:00

2 lines
38 B
Nim

var a = 42
assert(a == 42, "Not 42!")