Newer
Older
zweic / tests / 5 / if1.zwei
@glproj03 glproj03 on 6 Feb 2006 99 bytes compiler working!
//#startut
//1\n
{
   if (true) { printInt(1); } else { printInt(0); };
   printChar (10);
}