Types
		
			
			
				
				
						- Int
							 - 
							Integer type. On 64 bit platforms it's a 61 bit signed integer
						
- Real
							 - 
							Real/Float type. Equivalent to the 'double' type in C
						
Methods
							
							..(start:Num, end:Any)
							
							Constructs closed-open numerical range
							
							
							
							...(start:Num, end:Any)
							
							Constructs closed-closed numerical range