From 5582d6427e2bc09b9975615f87cace64ce2d29ca Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 15 Sep 2022 15:30:53 -0400 Subject: Fix string from int --- tnslc/tnslc.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/tnslc.tnsl') diff --git a/tnslc/tnslc.tnsl b/tnslc/tnslc.tnsl index 10a7bbd..ec6fa04 100644 --- a/tnslc/tnslc.tnsl +++ b/tnslc/tnslc.tnsl @@ -25,7 +25,7 @@ /; main ({}{}charp args) [int] /; if (len args < 1) - ;tnsl.io.println("Usage: tnslc [File to compile] ") + ;tnsl.io.println(string_from_int(97265)) ;return 1 ;/ -- cgit v1.2.3