Skip to content

Instantly share code, notes, and snippets.

@babelpuntocl
Created June 3, 2019 00:55
Show Gist options
  • Save babelpuntocl/bd6e8ecd05c8aac49159528cd6ade117 to your computer and use it in GitHub Desktop.
Save babelpuntocl/bd6e8ecd05c8aac49159528cd6ade117 to your computer and use it in GitHub Desktop.
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