Recently I noticed how the hexadecimal exponent no longer works in roblox.
local x = 0x12p34
This used to work (before the new literals), but now doesn’t.
Before new literals-
After new literals-
Recently I noticed how the hexadecimal exponent no longer works in roblox.
local x = 0x12p34
This used to work (before the new literals), but now doesn’t.
Before new literals-
After new literals-
Probably related; don’t know if it’s fixed,