Enter unedited mlog code to add labels
A label is a named jump destination. Instead of hardcoding line numbers, you name a position in your code and jump to it by name. This makes code easier to write and read — no more counting lines when you insert something new.
For example, this:
can be written as: