Changes between Version 26 and Version 27 of Fundamentals


Ignore:
Timestamp:
05/16/23 10:05:14 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Fundamentals

    v26 v27  
    205205=== `$here`
    206206Expression of type `$scope`, evaluating to the dynamic scope in which the evaluation takes place.
     207
     208=== `$proc_null`
     209The null process constant.  Similar to the NULL pointer, this gives an object of `$proc` type a defined value, and can be used in `==` and `!=` expressions.  It cannot be used as the argument to `$wait` or `$waitall`.
    207210
    208211=== `$root`