aboutsummaryrefslogtreecommitdiff
path: root/examples/mandelbrot.sloth
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-06-27 03:19:39 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-06-27 03:19:39 -0500
commit5d958f8af1646f9cb4763bb2f020bb2e6de8a3c0 (patch)
tree32321069ed7dd49c567b53a13dfbb07e1e95f88b /examples/mandelbrot.sloth
parent9f7f0f925f9304ac46499caf0fef245083a78828 (diff)
downloadsloth-5d958f8af1646f9cb4763bb2f020bb2e6de8a3c0.tar.gz
help
Diffstat (limited to 'examples/mandelbrot.sloth')
-rw-r--r--examples/mandelbrot.sloth8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/mandelbrot.sloth b/examples/mandelbrot.sloth
index 6bf7727..391e86e 100644
--- a/examples/mandelbrot.sloth
+++ b/examples/mandelbrot.sloth
@@ -1,8 +1,8 @@
-foreign fn print(str: String);
-foreign fn printint(i: Int);
-foreign fn as_int(x: Float) Int;
+#foreign fn print(str: String);
+#foreign fn printint(i: Int);
+#foreign fn as_int(x: Float) Int;
-foreign fn termpos(x: Int, y: Int) Void;
+#foreign fn termpos(x: Int, y: Int) Void;
fn main() Int{
var size: Float = 1000.0;