format und variablen
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
size(800, 600);
|
||||
int x; // Deklaration x
|
||||
x = 50;
|
||||
int y; // Deklaration y
|
||||
y = 50;
|
||||
rect(x, y, 30, 30);
|
||||
Reference in New Issue
Block a user