Skip to content

label (Looping & Flow Control)

Compatible with:
  • Purpose
  • This command is used along with goto and gotoIf commands. The target provided in the goto/gotoIf commands is the labelName. This command identifies labelName provided in any of the goto/gotoIf commands and marks the continuation of next set of instructions.
  • Syntax
  • label(labelName)
  • Target
  • labelName - used to identify a particular label
  • Value
  • N/A
  • Return Value
  • N/A

Example(s):

Click here to see the example


 

Feedback and Knowledge Base