forked from GitHub/gf-core
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
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"} ;
|
|
} |