Actions
Bug #188
closedcompiler trap with SYSTEM.VAL
Start date:
06/13/2018
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
The following example leads to a compiler trap:
PROCEDURE Test; VAR li: LONGINT; s: SET; BEGIN li := SYSTEM.VAL(LONGINT, s * s) + 1 END Test;
Reported by Oleg N. Cher, 2018-06-12.
Actions