RosettaCodeData/Task/Hello-world-Graphical/Frink/hello-world-graphical.frink

8 lines
236 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
g = new graphics
g.font["SansSerif", 10]
2014-04-02 16:56:35 +00:00
g.text["Goodbye, World!", 0, 0, 10 degrees]
2013-04-10 21:29:02 -07:00
g.show[]
g.print[] // Optional: render to printer
2014-04-02 16:56:35 +00:00
g.write["GoodbyeWorld.png", 400, 300] // Optional: write to graphics file