1
0
mirror of https://github.com/Dummi26/mers.git synced 2025-07-15 12:36:13 +02:00

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

@ -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