Propeller Manual

Table Of Contents
2: Spin Language Reference – RESULT
Propeller Manual v1.1 · Page 195
also used “result := ” to set the return value since either statement affects the method’s
return value.
Either the
RESULT variable, or the alias provided for it, may be modified multiple times within
the method before exiting since they both affect
T
RESULT and only the last value of RESULT will
be used upon exiting.