4 lines
105 B
Text
4 lines
105 B
Text
|
|
a := 5:
|
||
|
|
ASSERT( a = 42 );
|
||
|
|
ASSERT( a = 42, "a is not the answer to life, the universe, and everything" );
|