mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
remove unnecessary as_list from example iter.mers
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user