• atnbueno@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 days 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)