ref: 6f4d243b545169886cfd4498386337ec37d18a1e
parent: ec403cbfcb3bf3c814469fb9f686c2ece04b3258
author: Ori Bernstein <[email protected]>
date: Sun Jan 20 08:37:32 EST 2013
Clarify text on goto.
--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -240,7 +240,11 @@
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: