DOUBLE (QuickBasic)
From Just Solve the File Format Problem
				
								
				
				
																
				
				
								
				The DOUBLE type in QuickBASIC stores 8-byte floating-point numbers from -1.67x10308 to 1.67x10308. DOUBLE types can be defined with the # suffix.
See also
References
- DOUBLE data-type on qb64.com

