Newer
Older
zweic / tests / 5 / cond_not.zwei
@glproj03 glproj03 on 4 Feb 2006 117 bytes still class problems
//#isut

{
//#0
printInt(!17);
//#1\n
printInt(1);

printChar(10);

//#01
printInt(0);
printInt(!0);

}