// assert.ii /** * If the expression is true, this has no effect. * If it is false, the message will be printed * and the program will abort. */ assert(expression:bool, message:string)