Closed auraes closed 2 months ago
I guess you forgot to replace print (string) p_obj.p_prop with print (string) _val in the PrintOrRun function (this saves a call_vs instruction).
print (string) p_obj.p_prop
print (string) _val
PrintOrRun
Of course. Well spotted. Fixed.
I guess you forgot to replace
print (string) p_obj.p_prop
withprint (string) _val
in thePrintOrRun
function (this saves a call_vs instruction).