Untitled

Run Settings
LanguageLua
Language Version
Run Command
function factorialRecursivo(n) if n==1 then return 1 else return n*factorialRecursivo(n-1) end end print(factorialRecursivo(3))
Editor Settings
Theme
Key bindings
Full width
Lines