diff options
Diffstat (limited to 'tnslc/compile/function.tnsl')
-rw-r--r-- | tnslc/compile/function.tnsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tnslc/compile/function.tnsl b/tnslc/compile/function.tnsl new file mode 100644 index 0000000..a2d764b --- /dev/null +++ b/tnslc/compile/function.tnsl @@ -0,0 +1,10 @@ +struct Function { + ~uint8 name +} + +/; method Function + + /; end + ;/ +;/ + |