Changes between Version 14 and Version 15 of C Interface
- Timestamp:
- 06/10/10 11:21:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C Interface
v14 v15 141 141 * {{{#pragma TASS input <type> <variable>}}} 142 142 * 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)) 143 147 144 148 Grammar of TASS expressions:
