diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-17 10:56:18 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-17 10:56:18 -0500 |
commit | 2ec32dac56b544bc4851a3efddf75ee5fd9314ed (patch) | |
tree | d145c241d7c114b6aaa83d7759d9647b21997b87 /tnslc/copy.tnsl | |
parent | c5219bb99f5ae0cca484457dfb89d00b0c68011e (diff) |
Change charp to uint8
+ Change charp to uint8
+ Start value abstraction
Diffstat (limited to 'tnslc/copy.tnsl')
-rw-r--r-- | tnslc/copy.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/copy.tnsl b/tnslc/copy.tnsl index 953a7c8..0cc594e 100644 --- a/tnslc/copy.tnsl +++ b/tnslc/copy.tnsl @@ -7,7 +7,7 @@ Seems to work. #/ -/; main ({}{}charp args) [int] +/; main ({}{}uint8 args) [int] /; if (len args < 2) ;tnsl.io.println("Usage: copy [file to copy] [path to copy to]") ;return 1 |