summaryrefslogtreecommitdiff
path: root/doc/tutorial/MorefoodEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/MorefoodEng.gf')
-rw-r--r--doc/tutorial/MorefoodEng.gf7
1 files changed, 7 insertions, 0 deletions
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