From 8cf93edbf3d2e6d6cb0e9237582f10a30e1a8fc1 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sat, 29 Nov 2014 01:04:56 +0100 Subject: [PATCH] Optional comma. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f132d15..8b6e797 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ statement can be split across multiple lines and multiple statements can be grouped on the same line. However, keywords consisting of multiple space-separed words **cannot** be split on multiple lines. +A comma might be inserted after each statement, if it fits the sentence ;) + Main ----