Subroutines and conditional branching
First thing first:
Can i call multiple sub-routines in succession?
E.g. in sub-routine @X i call sub-routine @Y in which i then call sub-routine @Z. The upcomming RETURN will return to @Y, the next RETURN returns to @X, and the next RETURN returns to the inital caller?
Second: How to execute multiple commands after THEN or ELSE (aside from GOTO)?
2そうだね プレイ済み