From 52d6bc8533616dd642c96f8b6e72f459e1b4d465 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Mon, 17 Jul 2023 23:00:30 -0500 Subject: Standard lib rework --- std/stdio.sloth | 6 ------ 1 file changed, 6 deletions(-) (limited to 'std/stdio.sloth') diff --git a/std/stdio.sloth b/std/stdio.sloth index 37a2d07..978bcfb 100644 --- a/std/stdio.sloth +++ b/std/stdio.sloth @@ -1,9 +1,3 @@ -foreign fn print(str: String) Void; -foreign fn readln() String; -foreign fn filer(path: String) String; -foreign fn curshide(); -foreign fn cursshow(); - fn println(str: String) Void { print(str); print("\n"); -- cgit v1.2.3