RosettaCodeData/Task/Window-creation/IDL/window-creation-1.idl

8 lines
103 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
link graphics
procedure main(arglist)
WOpen("size=300, 300", "fg=blue", "bg=light gray")
WDone()
end