about summary refs log tree commit diff stats
path: root/bash/moon-maker/banana/kiwi
diff options
context:
space:
mode:
Diffstat (limited to 'bash/moon-maker/banana/kiwi')
-rw-r--r--bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth b/bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth
new file mode 100644
index 0000000..ed9b77b
--- /dev/null
+++ b/bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth
@@ -0,0 +1,4 @@
+: STAR [CHAR] * EMIT ;
+: STARS 0 DO STAR LOOP CR ;
+10 STARS
+BYE
\ No newline at end of file