RosettaCodeData/Task/Animation/Red/animation.red
2023-07-01 13:44:08 -04:00

5 lines
169 B
Text

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]]