RosettaCodeData/Task/Assertions/Maple/assertions.maple

4 lines
105 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a := 5:
ASSERT( a = 42 );
ASSERT( a = 42, "a is not the answer to life, the universe, and everything" );