Hello world/Graphical: Difference between revisions

Content deleted Content added
Mmphosis (talk | contribs)
m →‎Icon and Unicon: header simplification
Line 460:
<lang hicest>WRITE(Messagebox='!') 'Goodbye, World!'</lang>
 
== {{header|Icon}} and {{header|Unicon }}==
==={{headerworks with|Unicon}}===
==={{header|Icon}}===
<lang Icon>procedure main()<lang icon>link graphics
procedure main()
WOpen("size=100,20") | stop("No window")
Line 471:
[http://www.cs.arizona.edu/icon/library/src/gprocs/graphics.icn graphics is required ]
 
==={{header|Unicon}}===
This Icon solution works in Unicon.
{{improve|Unicon|Unicon implemented additional graphical features and a better example may be possible.}}