diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-04-24 14:40:43 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-04-24 14:40:43 -0400 |
commit | 15eded2fdb4b039a1bcdc4d3094f708e6529c355 (patch) | |
tree | e1687782638b1ae4bf2ca099b9e220738aa075fc /tnslc/compile/function.tnsl | |
parent | 4a15d64a65cca37a708af4f954415b5c205a9655 (diff) |
Module init and end
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 + ;/ +;/ + |