Explorar el Código

forth: forgot to commit high.fs...

pull/95/head
Virgil Dupras hace 4 años
padre
commit
d5b6659507
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. +14
    -0
      forth/high.fs

+ 14
- 0
forth/high.fs Ver fichero

@@ -0,0 +1,14 @@
( Higher level stuff that generally requires all core units )

: ."
LIT
BEGIN
C< DUP ( c c )
( 34 is ASCII for " )
DUP 34 = IF DROP DROP 0 0 THEN
C,
0 = UNTIL
COMPILE (print)
; IMMEDIATE

: ABORT" [COMPILE] ." COMPILE ABORT ; IMMEDIATE

Cargando…
Cancelar
Guardar