atnbueno

joined 3 years ago
[–] atnbueno@lemmy.world 3 points 1 year ago

The output of a Repeat loop is already a list, so you can do this too:

Repeat 10
    Ask for Input (Text)
End Repeat
Set Variable (MyList) to (Repeat Results)