From debb3b9a9c2cab0791396f008af7021968121001 Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Sun, 25 Jun 2023 20:18:08 -0500 Subject: stdlib --- std/stdlib.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/stdlib.sloth') diff --git a/std/stdlib.sloth b/std/stdlib.sloth index 36f3879..b1849e3 100644 --- a/std/stdlib.sloth +++ b/std/stdlib.sloth @@ -1,6 +1,6 @@ foreign fn wait(x: Int) Void; foreign fn print(str: String) Void; -foreign fn len(str: String) Int; +foreign fn slen(str: String) Int; foreign fn charAt(str: String) Char; fn termpos(x: int, y: int) Void { -- cgit v1.2.3