summaryrefslogtreecommitdiff
path: root/src/backend.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend.adoc')
-rw-r--r--src/backend.adoc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/backend.adoc b/src/backend.adoc
index e8d8323..f1876d3 100644
--- a/src/backend.adoc
+++ b/src/backend.adoc
@@ -82,8 +82,13 @@ require fixes outside a back end.
there is an explicit fallthrough keyword that enables this,
as in Go.
+3. The item separator in data initializers is a comma.
+
By putting a yyterminate() call in the fallthrough member
and a null pointer in the endcase member, you could handle
-languages like Pascal
+languages like Pascal.
+
+// end
+