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