4 lines
61 B
Text
4 lines
61 B
Text
|
|
# startswith/1 is boolean:
|
||
|
|
"abc" | startswith("ab")
|
||
|
|
#=> true
|