aboutsummaryrefslogtreecommitdiffstats
path: root/forth/core.fth
diff options
context:
space:
mode:
Diffstat (limited to 'forth/core.fth')
-rw-r--r--forth/core.fth3
1 files changed, 2 insertions, 1 deletions
diff --git a/forth/core.fth b/forth/core.fth
index 360d269..a4bac26 100644
--- a/forth/core.fth
+++ b/forth/core.fth
@@ -8,7 +8,6 @@
: cells 2 * ;
: . 0 sys ;
-: u. 1 sys ;
: emit 2 sys ;
: 1+ 1 + ;
@@ -229,3 +228,5 @@
if 7 + then 48 + hold ;
: #s begin # 2dup or 0= until ;
: sign 0< if [char] - hold then ;
+
+: u. 0 <# bl hold #s #> type ;