Keywords (TADS 3): Difference between revisions
From IFWiki
m (fix formatting) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
''Not likely a complete list, but one has to start somewhere. -- [[User:Dswxyz|David Welbourn]] 03:37, 21 Apr 2005 (Central Daylight Time)'' | ''Not likely a complete list, but one has to start somewhere. -- [[User:Dswxyz|David Welbourn]] 03:37, 21 Apr 2005 (Central Daylight Time)'' | ||
''Added some more based on my understanding of the frobtads compiler source code [[User:Gerynar|Royce 'Gerynar' Odle]] 00:48 21 Jun 2016 (Eastern Daylight Time)'' | |||
abort | abort | ||
Line 12: | Line 12: | ||
class | class | ||
continue | continue | ||
[[continue statement (TADS)|continue]] | [[continue statement (TADS)|continue]] | ||
[[do-while statement (TADS)|do]] | [[do-while statement (TADS)|do]] |
Latest revision as of 03:19, 23 June 2016
These words have reserved usage in the TADS 3 authoring system.
Not likely a complete list, but one has to start somewhere. -- David Welbourn 03:37, 21 Apr 2005 (Central Daylight Time)
Added some more based on my understanding of the frobtads compiler source code Royce 'Gerynar' Odle 00:48 21 Jun 2016 (Eastern Daylight Time)
abort argcount break case catch class continue continue do default delete defined delegated else enum exit exitobj export extern external finally find firstobj for foreach function getarg global goto if in inherited intrinsic isclass length local method modify new nil object operator property rand randomize replace return self static switch template throw token true try while