forked from GitHub/gf-core
moved tutorial examples to GF/examples
This commit is contained in:
10
examples/tutorial/hello/Hello.gf
Normal file
10
examples/tutorial/hello/Hello.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Hello = {
|
||||
|
||||
cat Greeting ; Recipient ;
|
||||
|
||||
flags startcat = Greeting ;
|
||||
|
||||
fun
|
||||
Hello : Recipient -> Greeting ;
|
||||
World, Mum, Friends : Recipient ;
|
||||
}
|
||||
Reference in New Issue
Block a user