/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_inc_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_inc_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3600 by schoenebeck, Thu Aug 29 12:13:17 2019 UTC revision 3601 by schoenebeck, Mon Sep 16 16:03:36 2019 UTC
# Line 41  inc(??variable??) Line 41  inc(??variable??)
41          <td>Value of the passed variable after the incrementation.</td>          <td>Value of the passed variable after the incrementation.</td>
42        </tr>        </tr>
43      </table>      </table>
44        
45        <h3>Remarks</h3>
46        <p>
47          This functions accepts any standard unit and finalness for its argument <code>??variable??</code>.
48          The return value's standard unit and finalness is identical to the passed <code>??variable??</code>'s one.
49        </p>
50    
51      <note>      <note>
52        The return value of this function is an extension by NKSP to allow        The return value of this function is an extension by NKSP to allow
53        inline incrementation (like shown in the example below). However if        inline incrementation (like shown in the example below). However if

Legend:
Removed from v.3600  
changed lines
  Added in v.3601

  ViewVC Help
Powered by ViewVC