Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord
    1. Home
    2. Tags
    3. if-then-else
    Log in to post
    • All categories
    • PickleCatStars

      What does ‘else’ actually do?
      Beginners • if-then-else conditional • • PickleCatStars

      6
      0
      Votes
      6
      Posts
      443
      Views

      T

      @PB____ , nice refactor and explanation of if-else : )

    • spikey

      If and while always evaluate the whole expression
      Beginners • if-then-else • • spikey

      7
      1
      Votes
      7
      Posts
      391
      Views

      PB____

      Just checked, it does operate right to left (for both or and and), but it will always evaluate both sides regardless.