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 (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
10 REM PC-BASIC test 
20 REM Draw a diamond and end up back where we started (issue #93)
30 SCREEN 1
40 DRAW "bm100,100s5f19g19h19e19"
50 OPEN "output.txt" FOR OUTPUT AS 1
60 PRINT#1, POINT(0), POINT(1)
70 CLOSE