diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:43:13 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-07-26 19:47:14 +0300 |
| commit | 8234767203a7f673b12c8f51b83762c511274366 (patch) | |
| tree | 3dfa221a1bc0c94860363a74bdaf4c3dbb23226d /src/test/com/jantuomi/tunkki/resources/funcdef.bork | |
| parent | 9c189c2d1ef35184ec9a9d08bdeeb52936902867 (diff) | |
Rename project to tunkki
Diffstat (limited to 'src/test/com/jantuomi/tunkki/resources/funcdef.bork')
| -rw-r--r-- | src/test/com/jantuomi/tunkki/resources/funcdef.bork | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/com/jantuomi/tunkki/resources/funcdef.bork b/src/test/com/jantuomi/tunkki/resources/funcdef.bork new file mode 100644 index 0000000..8412129 --- /dev/null +++ b/src/test/com/jantuomi/tunkki/resources/funcdef.bork @@ -0,0 +1,8 @@ +/* kommentti juu jee */ + +func my_func x y as + + x 1 + - y x +end + +my_func(1 2)
\ No newline at end of file |
