diff options
Diffstat (limited to 'other.sy')
| -rw-r--r-- | other.sy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/other.sy b/other.sy new file mode 100644 index 0000000..d81cd6b --- /dev/null +++ b/other.sy @@ -0,0 +1,9 @@ +f :: fn { + print "f" +} + +// answer := 42 + +g :: fn { + ret 42 +} |
