Implement block comments
This commit is contained in:
12
prelude.f
12
prelude.f
@@ -38,6 +38,18 @@
|
|||||||
|
|
||||||
: RECURSE LATEST @ >CFA , ; IMMEDIATE
|
: RECURSE LATEST @ >CFA , ; IMMEDIATE
|
||||||
|
|
||||||
|
\ Block comments (with nesting)
|
||||||
|
|
||||||
|
: (
|
||||||
|
BEGIN
|
||||||
|
KEY DUP
|
||||||
|
40 = IF RECURSE THEN
|
||||||
|
41 =
|
||||||
|
UNTIL
|
||||||
|
; IMMEDIATE
|
||||||
|
|
||||||
|
( ( Take that, C ) )
|
||||||
|
|
||||||
\ Peripheral register addresses
|
\ Peripheral register addresses
|
||||||
|
|
||||||
: TXBUF 0 ;
|
: TXBUF 0 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user