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 (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
10 g$(3)="abc"+""
15 C$ = "ABC"+""
20 lset C$=G$(3)
30 MID$(C$,2,1)="1"
40 OPEN "Output.txt" for output as 1
50 ?#1, g$(3), c$