var ret := struct; ret.+Ret; ret.+Amt; ret.Ret := 1; ret.Amt := 2; print( "got = " + ret ); // Result is: // got == {, 2}