about summary refs log tree commit diff stats
path: root/bash/moon-maker/banana/kiwi/mango/strawberry/pineapple/stars.forth
blob: ed9b77b3cb7b669edc08f8e1dc73566854b86edd (plain) (blame)
1
2
3
4
: STAR [CHAR] * EMIT ;
: STARS 0 DO STAR LOOP CR ;
10 STARS
BYE