It looks like you're new here. If you want to get involved, click one of these buttons!
local int = bool and 1 or 0
not bool and 0 or 1
local bool=(int~=0)
keszegh said:by backwards i mean int->bool
by backwards i mean int->bool
Likes: keszegh
Comments
and the other way?
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
print (i == 1 and true or false)
local i = 0
print (i == 1 and true or false)
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Likes: keszegh