Closed narayb closed 2 months ago
When using the print() function to output a float type variable it results in an int type
But when using a concat operator right after that same variable, it properly outputs the float type
fixed in nightly
When using the print() function to output a float type variable it results in an int type
But when using a concat operator right after that same variable, it properly outputs the float type