aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/common/lib/forth2012/core/blank.frt
diff options
context:
space:
mode:
Diffstat (limited to 'amforth-6.5/common/lib/forth2012/core/blank.frt')
-rw-r--r--amforth-6.5/common/lib/forth2012/core/blank.frt4
1 files changed, 4 insertions, 0 deletions
diff --git a/amforth-6.5/common/lib/forth2012/core/blank.frt b/amforth-6.5/common/lib/forth2012/core/blank.frt
new file mode 100644
index 0000000..a99ae5f
--- /dev/null
+++ b/amforth-6.5/common/lib/forth2012/core/blank.frt
@@ -0,0 +1,4 @@
+\ fill with blanks
+: blank ( addr n -- )
+ bl fill
+;