Hacker News new | ask | show | jobs
by ta0967 4058 days ago
Those are still executed in some order.

in all languages? i don't think so.

    def x = y where
      y = a * b
      a = 21
      b = x
1 comments

in all non-declarative languages.