RosettaCodeData/Task/Hello-world-Graphical/Quackery/hello-world-graphical.quackery
2023-12-16 21:33:55 -08:00

17 lines
340 B
Text

[ $ "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 ]