Skip to content

Instantly share code, notes, and snippets.

@Tricky1975
Created August 14, 2020 19:10
Show Gist options
  • Save Tricky1975/664bded75ded5349e06dea72cc08a04c to your computer and use it in GitHub Desktop.
Save Tricky1975/664bded75ded5349e06dea72cc08a04c to your computer and use it in GitHub Desktop.
Init
For i='AZ'
Print(Chr(i))
End
End
// The code above is for my new Neil programming language.
// The output will be that the computer will just sum up the alphabet putting ever letter on a new line.
// This was by the way also my intension, so it's not a bug.
// Now it will be a nice task for you to figure out the exact working of this code.
// This is for as far as Neil is concerned VERY dirty code, only recommended for those who know what they are doing!
//
// Can you figure it all out?
@Tricky1975
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment