Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Simple Lua primality test
PAID HACK PuBG
Surface Area of things (Incomplete)
xml panel repeater
Show current system clock
Random Item Generator (1 year)
Frequency distribution of rolling a certain number on xDy
MXR
PAID HACK PuBG
char2int & int2char encoding
Please log in to post a comment.