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, 0 insertions, 4 deletions
diff --git a/amforth-6.5/common/lib/forth2012/core/blank.frt b/amforth-6.5/common/lib/forth2012/core/blank.frt
deleted file mode 100644
index a99ae5f..0000000
--- a/amforth-6.5/common/lib/forth2012/core/blank.frt
+++ /dev/null
@@ -1,4 +0,0 @@
-\ fill with blanks
-: blank ( addr n -- )
- bl fill
-;