diff options
Diffstat (limited to 'std/stdio.sloth')
| -rw-r--r-- | std/stdio.sloth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/std/stdio.sloth b/std/stdio.sloth index c28d474..77c9af0 100644 --- a/std/stdio.sloth +++ b/std/stdio.sloth @@ -1,6 +1,9 @@ foreign fn print(str: String) Void; foreign fn readln() String; +foreign fn curshide(); +foreign fn cursshow(); + fn println(str: String) Void { print(str); print("\n"); |
