Changes between Version 12 and Version 13 of Language
- Timestamp:
- 05/18/23 12:21:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v12 v13 49 49 == Type qualifiers 50 50 51 === The `$input` and `$output` type qualifiers51 === Declaring input and output variables: `$input` and `$output` 52 52 53 53 The declaration of a variable in the root scope may include the type qualifier `$input`, e.g., … … 201 201 Precisely, the infinite sequence is intersected with the set of integers greater than or equal to `lo`. 202 202 203 === The scope of an expression 203 === The scope of an expression: `$scopeof` 204 204 205 205 Given any left-hand-side expression ''expr'', the expression `$scopeof(`''expr''`)` evaluates to the dynamic scope containing the object specified by ''expr''.
