lua
Hey grepper devs, can you add lua as an option to use when you answer things?
lua
Hey grepper devs, can you add lua as an option to use when you answer things?
lua
Lua is an dynamic typed program language that is much used for applications
and games.
lua
function factorial(n)
local x = 1
for i = 2, n do
x = x * i
end
return x
end
lua
i would recommend python, since it is easier to learn the syntax
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us