5 lines
75 B
Text
5 lines
75 B
Text
floyd=: verb define
|
|
for_j. i.#y do.
|
|
y=. y <. j ({"1 +/ {) y
|
|
end.
|
|
)
|