Name
Label -- declare a new label / OBSOLETE
Synopsis
Label(name)
Function
Attention: This function is part of the Hollywood 1.x library. You should not use it any longer. Please use functions instead of labels.

This function declares a new label with the specified name. You can jump to this label with the Gosub() and Goto() commands then. Please note that name is not a string! You need to specify a variable name that will be used as the reference for this label.

Inputs
name
identifier to use
Example
See Gosub
See Goto


Show TOC