Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Problem with "//"? — Gideros Forum

Problem with "//"?

As I understand with Gideros this does not work
45 // 3
?
With ZeroBrane I use 5.3 interpreter and this works like in Python. But when I tried with Gideros Fiddle it does not... So Gideros uses a lower Lua version or something like that?

So as I understand instead of
//
i can use
math.floor(45/3)
?

Comments

Sign In or Register to comment.