Keywords (TADS 3): Difference between revisions

From IFWiki

No edit summary
 
(more keywords added)
Line 7: Line 7:
  [[try statement (TADS 3)|catch]]
  [[try statement (TADS 3)|catch]]
  class
  class
[[switch statement (TADS)|case]]
  [[continue statement (TADS)|continue]]
  [[continue statement (TADS)|continue]]
  [[do-while statement (TADS)|do]]
  [[do-while statement (TADS)|do]]
[[switch statement (TADS)|default]]
delete
  [[if statement (TADS)|else]]
  [[if statement (TADS)|else]]
  [[enum statement (TADS 3)|enum]]
  [[enum statement (TADS 3)|enum]]
Line 14: Line 17:
  [[for statement (TADS)|for]]
  [[for statement (TADS)|for]]
  [[foreach statement (TADS 3)|foreach]]
  [[foreach statement (TADS 3)|foreach]]
function
  [[goto statement (TADS)|goto]]
  [[goto statement (TADS)|goto]]
  [[if statement (TADS)|if]]
  [[if statement (TADS)|if]]
Line 19: Line 23:
  [[local statement (TADS)|local]]
  [[local statement (TADS)|local]]
  modify
  modify
new
  nil
  nil
  [[property statement (TADS 3)|property]]
  [[property statement (TADS 3)|property]]
Line 30: Line 35:
  [[try statement (TADS 3)|try]]
  [[try statement (TADS 3)|try]]
  [[while statement (TADS)|while]]
  [[while statement (TADS)|while]]
[[Category:TADS 3]]
[[Category:TADS 3]]

Revision as of 22:55, 21 December 2005

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)

break
case
catch
class
case
continue
do
default
delete
else
enum
finally
for
foreach
function
goto
if
intrinsic
local
modify
new
nil
property
replace
return
self
switch
throw
token
true
try
while