mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 02:34:17 +02:00
removed an unnecesarry white space
This commit is contained in:
@@ -211,7 +211,7 @@ switch(value) {
|
||||
|
||||
// Iterative statements
|
||||
// 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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user