File: TEST.BAS

package info (click to toggle)
pcbasic 2.0.7-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (3 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
100 IF X > Y THEN PRINT "GREATER" ELSE IF Y > X THEN& 
110 PRINT "LESS THAN"
120 ELSE PRINT "EQUAL"