diff --git a/examples/io.funk b/examples/io.funk
index b2fbd5668d83947dc444879caf90b27599a9e68b..5dcde6bf9ea8c79171af0f89017fb10f10595f54 100644
--- a/examples/io.funk
+++ b/examples/io.funk
@@ -1 +1 @@
-test("Hej " + read("Vad heter du?") + "!");
+print("Hej " + read("Vad heter du?") + "!");