6 lines
155 B
Text
6 lines
155 B
Text
|
|
#instring1 ="apples, pears # and bananas"
|
||
|
|
#instring2 ="apples, pears ; and bananas"
|
||
|
|
|
||
|
|
PrintN(Strip_comments(#instring1))
|
||
|
|
PrintN(Strip_comments(#instring2))
|