diff options
author | elioat <elioat@tilde.institute> | 2023-02-17 21:33:46 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-02-17 21:33:46 -0500 |
commit | d8137035db22d77292117e9f1c069751574546ec (patch) | |
tree | ce941e4ec7781a706356ae261c8bacc4cb02a1ec /bash/moon-maker/banana/kiwi/mango | |
parent | effb667f6e52a661f6d766fe25c1711aab0949d7 (diff) | |
download | tour-d8137035db22d77292117e9f1c069751574546ec.tar.gz |
*
Diffstat (limited to 'bash/moon-maker/banana/kiwi/mango')
-rw-r--r-- | bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth | 4 |
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 |