Feature #210
Bug #199: compiler trap with SYSTEM.ADR(BasicType)
SYSTEM.ADR(ProcedureType) should be supported
Status: | New | Start date: | 07/29/2020 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Templ | % Done: | 0% | |
Category: | - | |||
Target version: | 1.7.3 | |||
Forum topic: | https://forum.blackboxframework.org/viewtopic.php?f=41&t=792 |
Description
SYSTEM.ADR(T)
returns the address of the type descriptor of T.
This should also work if T is a procedure type and it should be documented.
In a previous bug fix (issue #199) for T being a basic type this undocumented feature has been lost.
Associated revisions
SYSTEM.ADR should be supported. Refs: #210.