defano / wyldcard

A clone of Apple's HyperCard and HyperTalk scripting language.
https://github.com/defano/wyldcard/wiki
MIT License
117 stars 12 forks source link

`delete the line of` syntax eliminates text in line but not the line itself #41

Closed defano closed 6 years ago

defano commented 6 years ago

Invoking delete the second line of on a field containing:

one
two
three

... results in

one

three

The correct result should be

one
three