From 2ec32dac56b544bc4851a3efddf75ee5fd9314ed Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 17 Dec 2022 10:56:18 -0500 Subject: Change charp to uint8 + Change charp to uint8 + Start value abstraction --- tnslc/copy.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/copy.tnsl') 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 -- cgit v1.2.3