RosettaCodeData/Task/Hello-world-Graphical/Quackery/hello-world-graphical.quackery

18 lines
340 B
Text
Raw Permalink Normal View History

2023-12-16 21:33:55 -08:00
[ $ "turtleduck.qky" loadfile ] now!
[ $ /
import turtle
size = from_stack()
words = string_from_stack()
turtle.write(words,align="center",
font=("Arial", size, "normal"))
/ python ] is write
turtle 0 frames
255 times
[ clear
i^ 3 of colour
$ "Goodbye, World!"
i write
frame ]