diff options
Diffstat (limited to 'eclipse/examples/hello/AbsCat.gf')
| -rw-r--r-- | eclipse/examples/hello/AbsCat.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse/examples/hello/AbsCat.gf b/eclipse/examples/hello/AbsCat.gf new file mode 100644 index 000000000..dac5c07db --- /dev/null +++ b/eclipse/examples/hello/AbsCat.gf @@ -0,0 +1,5 @@ +abstract AbsCat = { + + cat Greeting ; Recipient ; + +}; |
