RosettaCodeData/Task/Assertions/Maple/assertions.maple
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
105 B
Text

a := 5:
ASSERT( a = 42 );
ASSERT( a = 42, "a is not the answer to life, the universe, and everything" );