4 lines
112 B
Text
4 lines
112 B
Text
set source to "a!===b=!=c"
|
|
set separators to ["==", "!=", "="]
|
|
|
|
put each line delimited by separators of source
|