diff options
| author | Cody <cody@codyq.dev> | 2023-06-28 14:28:54 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-28 14:28:54 -0500 |
| commit | 9c915d3bf79078a2afd9c70ed8bbf606c3250f84 (patch) | |
| tree | a7702cfa7b35e270b8be44b3566bcbf7a24d3cc2 /std/stdlib.sloth | |
| parent | da89b3f6cdf17dbaeba9aa25e22f1b8313f97536 (diff) | |
| parent | 42b509365ce43e2f83475cbbc0f01bcd7b34fcd3 (diff) | |
| download | sloth-9c915d3bf79078a2afd9c70ed8bbf606c3250f84.tar.gz | |
Merge branch 'master' of github.com:slothlang/slothlang
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 eb6000d..ea57e45 100644 --- a/std/stdlib.sloth +++ b/std/stdlib.sloth @@ -1,4 +1,4 @@ -foreign fn wait(x: Float) Void; +foreign fn wait(x: Int) Int; foreign fn print(str: String) Void; foreign fn slen(str: String) Int; # foreign fn charAt(str: String) Char; |
