RosettaCodeData/Task/Animation/Red/animation.red

6 lines
169 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Red ["Animation"]
rev: false
roule: does [e: back tail s: t/text either rev [move e s] [move s e]]
view [t: text "Hello world! " rate 5 [rev: not rev] on-time [roule]]