Files
gf-core/examples-3.0/tutorial/hello/Hello.gf

10 lines
163 B
Plaintext

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