Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
moved it up
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 22, 2022
1 parent 3fc04c0 commit e5de578
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/main/eo/org/eolang/collections/list.eo
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
arr.length
0

# Create a new list with this element added to
# the end of it.
[x] > with
list > @
with.
arr
x

# Reduce with index from start "a" using the function "f".
# Here "f" must be an abstract
# object with three free attributes. The first
Expand Down Expand Up @@ -198,9 +206,3 @@
wanted
i
acc.plus 0

[x] > with
list > @
with.
arr
x

0 comments on commit e5de578

Please sign in to comment.