forked from GitHub/gf-core
moved tutorial examples to GF/examples
This commit is contained in:
10
examples/tutorial/hello/HelloFin.gf
Normal file
10
examples/tutorial/hello/HelloFin.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
concrete HelloFin of Hello = {
|
||||
|
||||
lincat Greeting, Recipient = {s : Str} ;
|
||||
|
||||
lin
|
||||
Hello rec = {s = "terve" ++ rec.s} ;
|
||||
World = {s = "maailma"} ;
|
||||
Mum = {s = "äiti"} ;
|
||||
Friends = {s = "ystävät"} ;
|
||||
}
|
||||
Reference in New Issue
Block a user