For example Round(x) now return a float value, but in older PB versions the value was an integer; so Round(x) must return an integer (back compatible) and Round(x, #Float) may return a float value.
The same for others functions, Int(), etc.
The compiler must be capable to manage this additional parameters without rise an error flag.
