import system.Int; import system.Float; bool isInt = isInt("123"); // returns true bool isFloat = isFloat("12.34"); // returns true