remove unnecessary as_list from example iter.mers

This commit is contained in:
Mark 2023-10-19 19:45:54 +02:00
parent 42288494f0
commit 62ed8fc2bd

View File

@ -50,7 +50,7 @@ count_to_n := n -> {
9.count_to_n, 9.count_to_n,
max -> { max -> {
( (
max.count_to_n.as_list, max.count_to_n,
print print
).for_each ).for_each
"".println "".println