Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/keywords.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Cypher Shell also offers specific link:{neo4j-docs-base-uri}/operations-manual/{
| 21.3
| <token>, <separator>, and <identifier>
| GQL specifies a list of link:https://standards.iso.org/iso-iec/39075/ed-1/en/ISO_IEC_39075(en).bnf.txt[reserved words] that cannot be used for unquoted variable names, labels, and property names.
Cypher also specifies a list of xref:syntax/reserved.adoc[reserved keywords], but it differs from GQL's.
Cypher also specifies a list of xref:syntax/keywords.adoc[reserved keywords], but it differs from GQL's.
|===
2 changes: 1 addition & 1 deletion modules/ROOT/pages/syntax/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Further information can be found in the following sections:
* xref::syntax/parsing.adoc[Parsing]
* xref::syntax/naming.adoc[Naming rules and recommendations]
* xref::syntax/variables.adoc[Variables]
* xref::syntax/reserved.adoc[Reserved keywords]
* xref::syntax/keywords.adoc[Keywords]
* xref::syntax/parameters.adoc[Parameters]
* xref::syntax/operators.adoc[Operators]
* xref::syntax/comments.adoc[Comments]
Loading
Loading