Quote:
Originally Posted by Twinny
I dunno...quite honestly i think the 'CuteGS2' code is more ugly that the original. Seems it just adds an unnecessary wrapper?
|
To each their own, I just really like to chain function calls together.
Pretty sure my code should/would work like this too:
PHP Code:
with (createWindow("Test")) {
with (createButton("A")) {
// stuff...
built();
}
built();
}