Useing loop in coding
It's faster then useing functions
In Swift Playgrounds it is
repeat {
code
} while condition
Say you wanted a robot to walk 15 times, You can add a loop doing it 15 times
It's faster then useing functions
In Swift Playgrounds it is
repeat {
code
} while condition
Say you wanted a robot to walk 15 times, You can add a loop doing it 15 times
Comments
Post a Comment