Double precision floating-point format

  1. 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