File: basic2.a

package info (click to toggle)
acme 1%3A0.96.2-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,360 kB
  • sloc: ansic: 8,071; makefile: 91; sh: 53
file content (12 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
;ACME 0.94.4

!ifdef lib_cbm_basic2_a !eof
lib_cbm_basic2_a = 1

!source <cbm/basic1.a>	; from 0x80 to 0xca

; token values
token_GO	= $cb

; Macros for inserting BASIC commands
!macro b_GO	{!by token_GO}