mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
removed an unnecesarry white space
This commit is contained in:
parent
5d1c72515c
commit
d7de2446b7
@ -211,7 +211,7 @@ switch(value) {
|
|||||||
|
|
||||||
// Iterative statements
|
// Iterative statements
|
||||||
// For Statements - Again, the same syntax as in Java
|
// For Statements - Again, the same syntax as in Java
|
||||||
for(int i = 0; i < 5; i ++){
|
for(int i = 0; i < 5; i++){
|
||||||
print(i); // prints from 0 to 4
|
print(i); // prints from 0 to 4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user