function_defs.txt 207 B

1234567
  1. proc (1) = foo(if, endif, 10);
  2. proc foo;
  3. proc (1) = calc(local__row, fin, ...);
  4. fn /* inline */ twopi=pi*2;
  5. fn _n_pi(n /* inline comment */) = pi*n;
  6. keyword add(str, struct plotControl myPlot);
  7. keyword sub;