a = (f() or "1.0"):gsub("%.", ",") * 0xff -- This is necessary for Lua 5.2 on MOS -- having issues with float numbers having -- a dot instead of comma
a = (f() or 1) * 0xff