Minor tweaks in the grammar
This commit is contained in:
@@ -58,7 +58,7 @@ LabelName
|
||||
: "@" SimpleName;
|
||||
|
||||
/**
|
||||
<!--See [Nonlocal returns and jumps](returns.html)-->
|
||||
See [Returns and jumps](returns.html)
|
||||
*/
|
||||
|
||||
/* Symbols:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
# Syntax
|
||||
|
||||
<!--Relevant pages: [Namespaces](namespaces.html)-->
|
||||
Relevant pages: [Packages](packages.html)
|
||||
*/
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ import
|
||||
;
|
||||
|
||||
/**
|
||||
<!--See [Imports](namespaces.html#imports)-->
|
||||
See [Imports](packages.html#imports)
|
||||
*/
|
||||
|
||||
toplevelObject
|
||||
@@ -48,7 +48,7 @@ package
|
||||
;
|
||||
|
||||
/**
|
||||
<!--See [Namespaces](namespaces.html)-->
|
||||
See [Packages](packages.html)
|
||||
*/
|
||||
|
||||
[undocumented]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
#### Pattern matching
|
||||
|
||||
<!--See [Pattern matching](pattern-matching.html)-->
|
||||
See [When-expression](control-flow.html#when-expression)
|
||||
*/
|
||||
|
||||
when
|
||||
|
||||
Reference in New Issue
Block a user