summaryrefslogtreecommitdiff
path: root/examples-3.0/tutorial/hello/HelloIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples-3.0/tutorial/hello/HelloIta.gf')
-rw-r--r--examples-3.0/tutorial/hello/HelloIta.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples-3.0/tutorial/hello/HelloIta.gf b/examples-3.0/tutorial/hello/HelloIta.gf
new file mode 100644
index 000000000..f1465a867
--- /dev/null
+++ b/examples-3.0/tutorial/hello/HelloIta.gf
@@ -0,0 +1,10 @@
+concrete HelloIta of Hello = {
+
+ lincat Greeting, Recipient = {s : Str} ;
+
+ lin
+ Hello rec = {s = "ciao" ++ rec.s} ;
+ World = {s = "mondo"} ;
+ Mum = {s = "mamma"} ;
+ Friends = {s = "amici"} ;
+} \ No newline at end of file