SINGLE (QuickBasic)
From Just Solve the File Format Problem
				
								
				
				
																
				
				
								
				The SINGLE type in QuickBASIC stores 4-byte floating-point numbers from -3.37x1038 to 3.37x1038. SINGLE types can be defined with the ! suffix.
See also
References
- SINGLE data-type on qb64.com

