Skip to main content

Examples: Single data type

' Explicitly declare a Single variable.
Dim x As Single
' Implicitly declare a Single variable.
mole! = 6.02E23
Print mole! ' Prints the value of mole.