Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to determine when for-loop is done
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#8
RE: How to determine when for-loop is done

Interesting.

'continue' skips what comes after.
'break' does the same as return, but instead of return something it just stops the loop.

Trying is the first step to success.
06-16-2015, 01:51 PM
Find


Messages In This Thread
RE: How to determine when for-loop is done - by FlawlessHappiness - 06-16-2015, 01:51 PM



Users browsing this thread: 1 Guest(s)