RosettaCodeData/Task/Window-creation-X11/Icon/window-creation-x11.icon
2023-07-01 13:44:08 -04:00

7 lines
181 B
Text

procedure main()
W1 := open("X-Window","g","size=250,250","bg=black","fg=red") | stop("unable to open window")
FillRectangle(W1,50,50,150,150)
WDone(W1)
end
link graphics