Changes between Version 12 and Version 13 of Language


Ignore:
Timestamp:
05/18/23 12:21:00 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Language

    v12 v13  
    4949== Type qualifiers
    5050
    51 === The `$input` and  `$output` type qualifiers
     51=== Declaring input and output variables: `$input` and  `$output`
    5252
    5353The declaration of a variable in the root scope may include the type qualifier `$input`, e.g.,
     
    201201Precisely, the infinite sequence is intersected with the set of integers greater than or equal to `lo`.
    202202
    203 === The scope of an expression
     203=== The scope of an expression: `$scopeof`
    204204
    205205Given any left-hand-side expression ''expr'', the expression `$scopeof(`''expr''`)` evaluates to the dynamic scope containing the object specified by ''expr''.