Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
10 Line challenge
local str = "Hey! If you can't tell I'm bored af" local function main(int1, int2, addsub) for i = int1, int2, addsub do print(string.sub(str, i, #str)) end if int1 ~= #str then main(#str, 1, -1) end end main(1 ,#str, 1) --[[ Did a 10 line challenge cuz i was bored ]]--
run
|
edit
|
history
|
help
0
Creating habits v2, Lua (WIP)
Lua properties
VERSION
Weight system (Will make a C# one soon too!)
855
lua5.3: ...Desktop/rextester_linux_2.0/usercode/68368288/source.lua:166: unexpected symbol near '}'
Area of Sector Calculator
Percentage Calculator (Subscribe to Madflag19)
roulette
1