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