jed_fox1’s avatarjed_fox1’s Twitter Archive — № 1,043

    1. …in reply to @simonbs
      @simonbs I also hadn’t thought of the loop case until I decided to test it out to see how exactly guard works just now :​)
  1. …in reply to @jed_fox1
    @simonbs It seems like guard checks that it is impossible to get to the end of the block, just like functions that return a value make sure that a value is actually returned. Guard is more complex than I initially assumed!