forked from ground/ground
Labels
This commit is contained in:
@@ -32,7 +32,13 @@ Reference a line (a line reference) with a percent symbol before a line number:
|
||||
jump %10
|
||||
```
|
||||
|
||||
(WORK IN PROGRESS) Alternatively, set a label and jump to that (setting labels will be discussed below):
|
||||
Alternatively, set a label:
|
||||
|
||||
```
|
||||
@myLabel
|
||||
```
|
||||
|
||||
and jump to that (setting labels will be discussed below):
|
||||
|
||||
```
|
||||
jump %myLabel
|
||||
|
Reference in New Issue
Block a user