Quote:
Originally Posted by Mark Sir Link
you'd need to construct the entire array if you were to do that.
http://en.wikipedia.org/wiki/List_comprehensions
at least I assume Graal is using some sort of implementation of List Comprehension where
|30, 40| is returning the set of all numbers where x is an item in the set of real numbers, for which x is greater or equal to 30 and less than or equal to 40
|
if (a >= b && a <= c) would be the same as in |b,c| I assume.
Also, I didn't mean that the brackets act the same as |a,b|. I didn't go into any detain; sorry if there was any confusion.
Quote:
Originally Posted by crow
curly brace!
|
