Created
November 14, 2024 00:40
-
-
Save axurright/d65b4585ef4863f83ecaf85d39592091 to your computer and use it in GitHub Desktop.
A weird programming practice: Writing code in another language. (Because programming languages are normally in English)
This file contains hidden or 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
| vacío principal() { | |
| meGustanLasVerduras = falso; | |
| si (meGustanLasVerduras = verdadero) { | |
| imprime("Bravo! Haces un buen trabajo"); | |
| } sino { | |
| imprime("Enserio, BluePy, come tus benditas verduras."); | |
| } | |
| // This is not meant to be discriminatory, it's just something a little bit unheard of that might make code harder to read. | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment