Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Lua Division Function
SUBMITTED BY:
Guest
DATE:
Jan. 7, 2014, 8:21 p.m.
FORMAT:
Text only
SIZE:
159 Bytes
Raw
Download
Tweet
HITS:
988
Go to comments
Report
function Divide(input1, input2)
print(input1 / input2)
end
answer = Divide(input1, input2)
-- That is where you write your inputs
print(answer)
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus