File: STEP2.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 (2 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (24)
1
2
10 OPEN "OUTPUT.TXT" FOR OUTPUT AS 1
30 PRINT#1, A[0], A[1], A[2], A[3], A[4]