home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Game Collection / XULTI.ISO / 396 / jarrod.rpp < prev    next >
Text File  |  1996-10-21  |  120b  |  14 lines

  1. var x: number;
  2. var y: number;
  3.  
  4. x := 5;
  5. y := 4;
  6.  
  7.  
  8. if ((4+5 = 9) and (4+4 = 9))
  9.   println("yep");
  10. endif;
  11.  
  12.  
  13.  
  14.