Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
pp:2026:scala:l06 [2026/04/01 23:12] ldaniel link documentatie for expressions |
pp:2026:scala:l06 [2026/04/06 16:57] (current) cata_chiru |
||
|---|---|---|---|
| Line 46: | Line 46: | ||
| <code scala> | <code scala> | ||
| - | scala> "Implement the ''-'' operator between two strings that removes occurrences of the second string from the first one:" - "th" | + | scala> "odersky" - "rsk" |
| - | val res61: String = Implement e ''-'' operator between two strings at removes occurrences of e second string from e first one: | + | val res61: String = "odery" |
| </code> | </code> | ||