Scope/Function names and labels: Difference between revisions

m
→‎{{header|J}}: fixed/replaced <label j> with <lang j>
No edit summary
m (→‎{{header|J}}: fixed/replaced <label j> with <lang j>)
Line 409:
Labels are available in explicit definitions, and are names beginning with '''label_''' and ending with a '''.'''. You may use them with a goto which is a name beginning with '''goto_''' and ending with a '''.'''. Use of labels is restricted to the scope where they are defined, and they cannot be used to enter control structures (except in the sense of the normal entry point).
 
<labellang j>example=:3 :0
if. y do.
echo 0
7,804

edits