Skip to content

Instantly share code, notes, and snippets.

@ArduinoDiscordBot
Created August 7, 2019 23:25
Show Gist options
  • Save ArduinoDiscordBot/0121aa8f908c6f3dc0a27521f91ef19d to your computer and use it in GitHub Desktop.
Save ArduinoDiscordBot/0121aa8f908c6f3dc0a27521f91ef19d to your computer and use it in GitHub Desktop.
Code by Running shibe#4208 - Wed Aug 07 2019 23:25:49 GMT+0000 (Coordinated Universal Time)
local increment,target = 1,10
for i = increment,target do
print(i)
end
outcome:
1
2
3
4
5
6
7
8
9
10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment