We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2007-04-01 08:52 PM
2007-04-02 12:04 PM
2007-04-02 01:49 PM
2007-04-02 03:16 PM
2007-04-02 03:44 PM
TomWaltz wrote:(and ability for one GDL object to place other independent GDL objects)
GDL is a pretty simple language. I've long hoped for it to at least get SOME modern abilities (like switch/case commands, autocompletion, and a real IDE)
2007-04-02 11:38 PM
IF something GOTO 10 IF something_else GOTO 20 IF another_thing GOTO 30 10: DO make_hay !...and so on WHILE the_sun = shine GOTO 1000 20: REPEAT the_impossible !...and so on UNTIL pigs = fly GOTO 1000 30: !__enough already! 1000: !__done with cases...