Barnsley fern: Difference between revisions

Content added Content deleted
Line 1,047: Line 1,047:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|pGUI}}
This file is included in the distro as demo\rosetta\BarnsleyFern.exw
This file is included in the distro as
[[File:PhixBarnsleyFern.png|250px|thumb|right]]
[[File:PhixBarnsleyFern.png|250px|thumb|right]]
<lang Phix>include ..\pGUI\pGUI.e
<lang Phix>--
-- demo\rosetta\BarnsleyFern.exw
--
include pGUI.e


Ihandle dlg, canvas
Ihandle dlg, canvas
Line 1,084: Line 1,088:


procedure main()
procedure main()
IupOpen("..\\pGUI\\")
IupOpen()


canvas = IupCanvas(NULL)
canvas = IupCanvas(NULL)