Skip to content

Instantly share code, notes, and snippets.

@LarryLuTW
Created October 31, 2020 02:13
Show Gist options
  • Save LarryLuTW/b75e0d8ff88e7a7e51ad282123e50113 to your computer and use it in GitHub Desktop.
Save LarryLuTW/b75e0d8ff88e7a7e51ad282123e50113 to your computer and use it in GitHub Desktop.
function loop_print() {
for(let i = 0; i < 100; i++){
print(i * 500)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment