about summary refs log tree commit diff stats
path: root/bash/moon-maker/banana/kiwi
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-02-17 21:33:46 -0500
committerelioat <elioat@tilde.institute>2023-02-17 21:33:46 -0500
commitd8137035db22d77292117e9f1c069751574546ec (patch)
treece941e4ec7781a706356ae261c8bacc4cb02a1ec /bash/moon-maker/banana/kiwi
parenteffb667f6e52a661f6d766fe25c1711aab0949d7 (diff)
downloadtour-d8137035db22d77292117e9f1c069751574546ec.tar.gz
*
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