aboutsummaryrefslogtreecommitdiff
path: root/std/stdio.sloth
diff options
context:
space:
mode:
Diffstat (limited to 'std/stdio.sloth')
-rw-r--r--std/stdio.sloth3
1 files changed, 1 insertions, 2 deletions
diff --git a/std/stdio.sloth b/std/stdio.sloth
index 77c9af0..37a2d07 100644
--- a/std/stdio.sloth
+++ b/std/stdio.sloth
@@ -1,6 +1,6 @@
foreign fn print(str: String) Void;
foreign fn readln() String;
-
+foreign fn filer(path: String) String;
foreign fn curshide();
foreign fn cursshow();
@@ -9,4 +9,3 @@ fn println(str: String) Void {
print("\n");
}
-