Feature #210
Bug #199: compiler trap with SYSTEM.ADR(BasicType)
SYSTEM.ADR(ProcedureType) should be supported
Start date:
07/29/2020
Due date:
% Done:
0%
Estimated time:
Forum topic:
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
History
#1 Updated by J. Templ almost 3 years ago
- Parent task set to #199
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=41&t=792
#2 Updated by J. Templ almost 3 years ago
- Description updated (diff)
#3 Updated by J. Templ almost 3 years ago
- Description updated (diff)
SYSTEM.ADR should be supported. Refs: #210.