BlitzPlus = supporting doubles?

BlitzPlus Forums/BlitzPlus Beginners Area/BlitzPlus = supporting doubles?

hi... as far as i can see in the docs there are only 3 types....

integer, float, string...

However, does BlitzPlus only works internaly with floats or does it works internally even with doubles for input? thanks

Good question. I have no idea. There is some source code for Blitz3D here:
http://www.blitzbasic.com/Community/posts.php?topic=42657
And it seems to be using floats. So I think B+ works with int floats and strings too.

thanks!

Blitzplus floats are single precision.