Newer
Older
zweic / tests / 5 / cond_not.zwei
@glproj03 glproj03 on 27 Jan 2006 116 bytes version 1 unittest.py added, risc.jar added
  1. //#isut
  2.  
  3. {
  4. //#1
  5. printInt(1);
  6.  
  7. //#0\n
  8. printInt(!1);
  9. printChar(10);
  10.  
  11. //#01
  12. printInt(0);
  13. printInt(!0);
  14.  
  15. }