Welcome, Guest. Please login or register.

Author Topic: AmigaBASIC structural question...  (Read 1607 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show all replies
Re: AmigaBASIC structural question...
« on: October 12, 2013, 07:00:25 AM »
Quote from: ElPolloDiabl;749870
Do the goto on the next line:

IF x >
THEN GOTO subroutine
END IF

Learn to do it right, and use while instead of goto :p