summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ack.kpl1
-rw-r--r--fib.kpl1
-rw-r--r--letter_table.kpl1
3 files changed, 0 insertions, 3 deletions
diff --git a/ack.kpl b/ack.kpl
index a68e10c..2161836 100644
--- a/ack.kpl
+++ b/ack.kpl
@@ -29,5 +29,4 @@
)
}
`value ack_string `sync (U64 $ args `get -2; U64 $ args `get -1)
- `ok
)
diff --git a/fib.kpl b/fib.kpl
index a288099..debb6f0 100644
--- a/fib.kpl
+++ b/fib.kpl
@@ -34,5 +34,4 @@
)
}
`value fib_string `sync U64 $ args `get -1
- `ok
)
diff --git a/letter_table.kpl b/letter_table.kpl
index 1e35db2..9eb25a5 100644
--- a/letter_table.kpl
+++ b/letter_table.kpl
@@ -26,5 +26,4 @@
`log letter_table `sync read `sync open `sync filename
)
@ 2 .. `length args {[arg_index] read_log `async args `get arg_index }
- `ok
)