Skip to content

Instantly share code, notes, and snippets.

@shalithasuranga
Created December 19, 2018 05:24
Show Gist options
  • Save shalithasuranga/9daf90f40a41158fa5ee189b461dec3e to your computer and use it in GitHub Desktop.
Save shalithasuranga/9daf90f40a41158fa5ee189b461dec3e to your computer and use it in GitHub Desktop.
function printNumbers()
for i in 1 to 10
print i
printNumbers() // call printNumbers()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment