Compare commits

..

7 Commits

View File

@@ -165,10 +165,6 @@ CHAR . EMIT
: NIP SWAP DROP ; : NIP SWAP DROP ;
: HEX 16 BASE ! ;
: DECIMAL 10 BASE ! ;
: ' : '
WORD FIND DUP 0<> IF WORD FIND DUP 0<> IF
>CFA >CFA
@@ -264,8 +260,8 @@ CHAR . EMIT
." Wipforth " VERSION-PRINT CR ." Wipforth " VERSION-PRINT CR
." Copyright (c) Camden Dixie O'Brien" CR ." Copyright (c) Camden Dixie O'Brien" CR
CR CR
." Wipforth is freely available to use, modify and distribute for personal use" CR ." Wipforth is available to use, modify and distribute for personal use under" CR
." under the Komorebi license, version 2.0.0." CR ." the Komorebi license, version 2.0.0." CR
CR CR
; ;