// test integer 0; +1; -1; 65536_i16; 4294967296_u32 18446744073709551616_i64 340282366920938463463374607431768211456_i128 115792089237316195423570985008687907853269984665640564039457584007913129639936_i256 // test decimal -0.0; +0.0; 0.0; +123456.0; -0.789; 42f32; 42_f32; 42__f64; // test long 114 + 514i + 1919j + 810k // test binary 42f32; 42_f32; 42__f64; // test units 1234; 1234cm; 1_2_3_4_cm; 1__2__3__4__cm; 1234.56埃米; // based number 2**6; 2**6f64; 2**6_f64; 2**6__f64; 11.2233⁑+4_f32; 16⁂FF.0⁑-16; 36⁂XX.XX⁑+36f32; 16⁂0.FF⁑f16;