Add HEX and DECIMAL to prelude

This commit is contained in:
2026-03-02 16:08:49 +00:00
parent 2ff0c2ada1
commit 6c30d96e96

View File

@@ -165,6 +165,10 @@ CHAR . EMIT
: NIP SWAP DROP ;
: HEX 16 BASE ! ;
: DECIMAL 10 BASE ! ;
: '
WORD FIND DUP 0<> IF
>CFA