What About Pointers?
Example: Find the location of the first space in a string.
”Hello world”
Functionally: Break the string into two parts.
breakSpace ”Hello world”
(”Hello”, ” world”)
Föregående bild
Nästa bild
Tillbaka till första bilden
Visa grafisk version