summaryrefslogtreecommitdiff
path: root/examples/letter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/letter')
-rw-r--r--examples/letter/LetterEng.gf4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/letter/LetterEng.gf b/examples/letter/LetterEng.gf
index e5da98b86..6bc3fc884 100644
--- a/examples/letter/LetterEng.gf
+++ b/examples/letter/LetterEng.gf
@@ -151,4 +151,8 @@ ego :
pl => table {nom => "we" ; acc => "us"}
} ;
+ -- added by John 2013-01-11 for testing syntax editor
+ printname cat Recipient = "Someone who receives a letter";
+ printname fun HelloRec = "Saying hello to a recipient";
+
}