mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +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,
|
||||
max -> {
|
||||
(
|
||||
max.count_to_n.as_list,
|
||||
max.count_to_n,
|
||||
print
|
||||
).for_each
|
||||
"".println
|
||||
|
Loading…
Reference in New Issue
Block a user