Thread: MouseDown NPC
View Single Post
  #16  
Old 09-03-2011, 12:38 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by ff7chocoboknight View Post
You can use curly brackets for in, also.
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

Last edited by Mark Sir Link; 09-03-2011 at 12:52 AM..
Reply With Quote