aboutsummaryrefslogtreecommitdiff
path: root/std/stdlib.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'std/stdlib.sloth')
-rw-r--r--std/stdlib.sloth2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/stdlib.sloth b/std/stdlib.sloth
index ea57e45..4213e0a 100644
--- a/std/stdlib.sloth
+++ b/std/stdlib.sloth
@@ -5,6 +5,6 @@ foreign fn slen(str: String) Int;
foreign fn parse_int(str: String) Int;
foreign fn termpos(x: Int, y: Int);
foreign fn as_int(x: Float) Int;
-#foreign fn istr(x: Int) Int;
+foreign fn istr(x: Int) String;
foreign fn termclear() Void;