Thread: MouseDown NPC
View Single Post
  #17  
Old 09-03-2011, 02:00 AM
ff7chocoboknight ff7chocoboknight is offline
Skyzer Zolderon
ff7chocoboknight's Avatar
Join Date: Dec 2006
Location: New Hampshire, United States
Posts: 725
ff7chocoboknight is a name known to allff7chocoboknight is a name known to allff7chocoboknight is a name known to allff7chocoboknight is a name known to all
Send a message via AIM to ff7chocoboknight Send a message via MSN to ff7chocoboknight
Quote:
Originally Posted by Mark Sir Link View Post
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 View Post
curly brace!
__________________
Reply With Quote