Changes between Version 14 and Version 15 of C Interface


Ignore:
Timestamp:
06/10/10 11:21:49 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C Interface

    v14 v15  
    141141 * {{{#pragma TASS input <type> <variable>}}}
    142142   * treat the next element as an input variable.   Could be a preprocessor directory defining an object-type macro.
     143* `#pragma TASS system`
     144   * declares the following function to be "system-level"
     145* `#pragma TASS abstract`
     146   * declares the following function to be abstract (a pure mathematical side-effect free function, like sin(x))
    143147
    144148Grammar of TASS expressions: