Created
October 7, 2015 17:11
-
-
Save federico-pepe/26505c719471fbb5cc3c to your computer and use it in GitHub Desktop.
Operatori Logici 1
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
| void setup() { | |
| size(500, 500); | |
| } | |
| void draw() { | |
| if(mouseX < width/2) { | |
| if(mouseY < height/2 { | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment