Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
True every 5
-- Testing stuff for future things -- -- -- --[[ Yes, I know you can do ----------------------- for i = 0, 100, 5 do print(i) end ----------------------- To make it true every time, This is just to use for future reference when I will need this specific function. ]]-- local inc = 5 for i = 0, 100 do print(math.floor(i/inc) == i/inc, i) end
run
|
edit
|
history
|
help
0
Linear Regression Lua
PAID HACK PuBG
Beispiel
Creating habits v3, Lua
cumulative probability
Roots without the math library in Lua
missing element
Weird Lua OOP Lib
Find primes until e
10 Line challenge