Created
August 14, 2020 19:10
-
-
Save Tricky1975/664bded75ded5349e06dea72cc08a04c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Neil Programming Language