XMesaCmplr28.mesa
this module will have warnings, but should compile.
if you make changes, make sure to compile it and store the errlog as XMesaCmplr28.staticerrlog
XMesaCmplr28: PROGRAM = {
Base: TYPE = LONG ORDERED BASE POINTER;
FTIndex: TYPE = Base RELATIVE LONG POINTER TO CARDINAL;
FTNull: FTIndex = FTIndex.LAST;
z: NAT = WORDS[WORD];
temp: FTIndex ← FTNull-z;
}...