Created
June 18, 2015 15:07
-
-
Save jmoren/1ec59e75fd90c520dd82 to your computer and use it in GitHub Desktop.
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
| formatter.ini | |
| NEW_LINE_FOR_BRACKET=0 | |
| SPACES_BEFORE_OPEN_BRACKET=5 | |
| SPACING=10 | |
| Mismo programa | |
| Resultado: | |
| program | |
| { | |
| a := true; | |
| if(a) then | |
| { | |
| Poner(Verde); | |
| } | |
| repeat(2) | |
| { | |
| Poner(Azul); | |
| Mover(Norte); | |
| if(a) then | |
| { | |
| Poner(Negro); | |
| } else | |
| { | |
| Poner(Rojo); | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment