Double precision floating-point format
- REDIRECT Double-precision floating-point formatlet foo = 42; // foo is now a number
foo = "bar"; // foo is now a string
foo = true; // foo is now a boolean
foo = "bar"; // foo is now a string
foo = true; // foo is now a boolean