Shop OBEX P1 Docs P2 Docs Learn Events
Does ''RETURN'' send the programme back to ''Main'' or ... — Parallax Forums

Does ''RETURN'' send the programme back to ''Main'' or ...

ArchiverArchiver Posts: 46,084
edited 2003-02-18 18:14 in General Discussion
RETURN should ONLY be used to return to the line that follows a GOSUB. This
is not PBASIC specific, it is part of BASIC language programming. Using
RETURN without a GOSUB can lead to unpredictable results.

-- Jon Williams
-- Parallax


In a message dated 2/18/2003 11:58:49 AM Central Standard Time,
e99bf0e8@s... writes:

> Does 'RETURN' send the programme back to 'Main' or
> back to the place from which it was called. Thanks!!



[noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.