Created
June 3, 2019 00:55
-
-
Save babelpuntocl/bd6e8ecd05c8aac49159528cd6ade117 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
for (var i = 20; i < 400; i += 60) { // i vale 20, mientras i no sea mayor que 400, sumarle 60 | |
line(i, 40, i + 60, 500); // (x1, y1, x2, y2) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment