Fixes#669Closes#368Closes#624
Deprecate PRINTT, PRINTV, PRINTI, and PRINTF
Default STRFMT("%f") to 5 fractional digits like "{f:}"
Any use of string formatting will share this default
This avoids redundancy between them (and also having to port fixes and features)
The error messages have been preserved through a string reporting mechanism