RosettaCodeData/Task/Fibonacci-sequence/Uiua/fibonacci-sequence-2.uiua

4 lines
173 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
15 # length of final array
[1 1] # starting two values in the sequence
⊙◌⍢(⊂/+⊸↙2|>⧻) # do iteration while less than desired length