diff options
author | Ori Bernstein <ori@eigenstate.org> | 2013-01-20 13:37:32 -0500 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2013-01-20 13:37:32 -0500 |
commit | 6f4d243b545169886cfd4498386337ec37d18a1e (patch) | |
tree | 3ef4528e8e449bdcc980ef0e4d1d4044b42d2e35 | |
parent | ec403cbfcb3bf3c814469fb9f686c2ece04b3258 (diff) | |
download | mc-6f4d243b545169886cfd4498386337ec37d18a1e.tar.gz |
Clarify text on goto.
-rw-r--r-- | doc/lang.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lang.txt b/doc/lang.txt index bcf076a..d9c07e2 100644 --- a/doc/lang.txt +++ b/doc/lang.txt @@ -240,7 +240,11 @@ TABLE OF CONTENTS: eg: :my_label - They can be used as targets for gotos. + They can be used as targets for gotos, as follows: + + goto my_label + + the ':' is not part of the label name. 3.3. Control Constructs and Blocks: |