diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 23:55:00 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 23:55:00 -0500 |
| commit | dd3906c96555805af2580d593cf9429170b07a02 (patch) | |
| tree | a2f3974b325e4b31d3833a828dec7447108c0fb1 /std/stdlib.sloth | |
| parent | c4d6a1229c35cc889a1db53cf1c9d87d2f662238 (diff) | |
| download | sloth-dd3906c96555805af2580d593cf9429170b07a02.tar.gz | |
sockets
Diffstat (limited to 'std/stdlib.sloth')
| -rw-r--r-- | std/stdlib.sloth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/stdlib.sloth b/std/stdlib.sloth index 4d3617f..48a92bd 100644 --- a/std/stdlib.sloth +++ b/std/stdlib.sloth @@ -7,5 +7,5 @@ foreign fn termpos(x: Int, y: Int); foreign fn as_int(x: Float) Int; foreign fn istr(x: Int) String; foreign fn system(cmd: String) Int; - +foreign fn sequals(a: String, b: String) Bool; foreign fn termclear() Void; |
