summaryrefslogtreecommitdiff
path: root/examples/letter
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
commitf5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch)
tree946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/letter
parent8e1c6cca407c82fc09569d80c231b8d256735989 (diff)
Remove contribs and examples
Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb
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";
+
}