On 2024-05-30 18:26, minforth wrote:
TEMP-CONVERSION ( F: celsius -- F: fahrenheit )
should be clear enough, right?
Right, while you have not introduced subtypes of i*r.
So in the standard stack notation it would be:
TEMP-CONVERSION ( F: r.celsius -- r.fahrenheit )
1. A stack-id ("F" in this case) is used once.
2. The data type symbol "r" is used (it's defined in 12.3.1)
3. A subscript separated by a dot from a data type symbol.
The standard stack notation does not define any delimiter for
subscripts, but some delimiter should be used in plain text if the
subscript is not a number. It is convenient to use a dot as a separator.
Ruvim
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 505 |
Nodes: | 16 (2 / 14) |
Uptime: | 61:38:31 |
Calls: | 9,926 |
Calls today: | 2 |
Files: | 13,804 |
Messages: | 6,348,583 |
Posted today: | 2 |