RosettaCodeData/Task/Assertions/Vala/assertions.vala
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

4 lines
116 B
Vala

int a = 42;
int b = 33;
assert (a == 42);
assert (b == 42); // will break the program with "assertion failed" error