aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/fifty.bqn6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/fifty.bqn b/examples/fifty.bqn
index e0b484ee..368ff188 100644
--- a/examples/fifty.bqn
+++ b/examples/fifty.bqn
@@ -3,7 +3,7 @@
# Still about APL history though
# Also not all the functions are here yet
# https://www.jsoftware.com/papers/50/
-# TODO: 13, 16, 18, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 41, 46, 47, 49
+# TODO: 13, 16, 18, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 41, 46, 47, 49, 50
# Some of the above are purely speculative snippets on the website, and may not be added to this example.
# Utilities
@@ -265,6 +265,4 @@ Change ← {
# Slow tests:
# Stick 1e6
-# Change 1e6
-
-# 49 \ No newline at end of file
+# Change 1e6 \ No newline at end of file