Lua : print integer as a binary. You write a function to do this. num=7 function toBits(num) -- returns a table of bits, least significant first. local t={} ...
確定! 回上一頁