Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
→Pascal implementation: It's a Pascal interpreter, offering the UI controls available in Delphi and following the Delphi conventions for those controls, yet it doesn't support core Delphi syntax?!
imported>DavidJCobb m (→Pascal implementation: no &) |
imported>DavidJCobb (→Pascal implementation: It's a Pascal interpreter, offering the UI controls available in Delphi and following the Delphi conventions for those controls, yet it doesn't support core Delphi syntax?!) |
||
Line 404: | Line 404: | ||
* TES5Edit's Pascal implementation does not appear to support function overloading. | * TES5Edit's Pascal implementation does not appear to support function overloading. | ||
* TES5Edit's Pascal implementation does not appear to support open array parameters (e.g. <code>array of integer</code>). | * TES5Edit's Pascal implementation does not appear to support open array parameters (e.g. <code>array of integer</code>). | ||
* TES5Edit's Pascal implementation does not appear to support the <code>With</code> statement. | |||
* TES5Edit's Pascal implementation does not support <code>&</code> as a prefix for suppressing keyword parsing (e.g. <code>&For</code> to refer to a variable named "For"). | * TES5Edit's Pascal implementation does not support <code>&</code> as a prefix for suppressing keyword parsing (e.g. <code>&For</code> to refer to a variable named "For"). | ||
* TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword. | * TES5Edit's Pascal implementation either does not support classes, or does not support the "constructor" keyword. |