Files
gf-core/examples/tutorial/hello/Hello.gf
2007-08-16 16:18:54 +00:00

10 lines
163 B
Plaintext

abstract Hello = {
cat Greeting ; Recipient ;
flags startcat = Greeting ;
fun
Hello : Recipient -> Greeting ;
World, Mum, Friends : Recipient ;
}