Labels

Monkey Forums/Monkey Programming/Labels

teremochek(Posted 2011) [#1]
hello,
In the right part IDE, in a tab "code", there is a program structure - Classes, methods, functions.
How it is possible to make a label in a method?
(Some methods too big, from this it is difficult to find a necessary part of a code)


wiebow(Posted 2011) [#2]
I would make your methods smaller by dividing them into smaller methods.


teremochek(Posted 2011) [#3]
Thanks. As I have understood, it is possible to make some small methods, and then them to cause serially.