From 6398140d0ac21ad05a0c595b77007631cd5e1265 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 18 Dec 2005 21:26:21 +0000 Subject: new tutorial example --- doc/tutorial/MorefoodEng.gf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/tutorial/MorefoodEng.gf (limited to 'doc/tutorial/MorefoodEng.gf') diff --git a/doc/tutorial/MorefoodEng.gf b/doc/tutorial/MorefoodEng.gf new file mode 100644 index 000000000..90ff1532a --- /dev/null +++ b/doc/tutorial/MorefoodEng.gf @@ -0,0 +1,7 @@ +concrete MorefoodEng of Morefood = FoodEng ** { + lincat + Question = {s : Str} ; + lin + QIs item quality = {s = "is" ++ item.s ++ quality.s} ; + Pizza = {s = "pizza"} ; +} \ No newline at end of file -- cgit v1.2.3