0
yerdax
5y

For variable in data
Print(variable)
How can I select my exit????

Comments
  • 1
    What do you mean? Perhaps an if statement?
  • 9
    Select * from exit where question = "useless";
  • 6
  • 0
    Once upon a time I would have written
    For variable :=x to n
    Print data(variable)
  • 0
    @Fast-Nop I feel alive doctor Frankenstein
  • 3
    🤨I'm more confused then when I started reading this.
    I've read this multiple times and I'm still failing to grasp what you want to do.

    You want to break the loop?
    You want to output content in the loop?
    You want to skrew with my head?
    You want to... I actually don't know!
  • 2
    I thought he was reading a very detailed spec that reads:

    print(variable)

    as part of the spec.

    This leads to a desire to not have to work on such a detailed spec that is too specific. The asking for an exit is a desire to "please just let me die".

    So, "oh gawd this spec, please kill me"
Add Comment