Ver código fonte
Patched a problem with register transfer.
Example code that went wrong. Works correctly now.
PROCEDURE Test(): ARRAY [*,*] OF BOOLEAN;
VAR b: ARRAY [*,*] OF BOOLEAN;
BEGIN
b := RESULT[.., ..LEN(RESULT,1)-100];
TRACE(LEN(b,0), LEN(b,1), LEN(RESULT,0), LEN(RESULT,1));
RETURN RESULT;
END Test;
git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6495 8c9fc860-2736-0410-a75d-ab315db34111