Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
help with lua number input
-- trying to make it so when a user input puts anything other than a number it feeds back an error io.write("enter a number ") amount = io.read() if amount == tostring(amount) then print("no amount selected") end
run
|
edit
|
history
|
help
0
Lua recursion with function
Random numbers in Lua. Range: 1-49. Sets of numbers without duplicates
PAID HACK PuBG
MXR
Find primes until e
example for a friend
as
1
Truly random numbers (Lua)
Brainfuck Interpreter (Lua) [reposted]