thanks for Pd-0.55!
i noticed a weird regression though:
the following patch now executes the left-hand branch of [trigger],
which it did not do with Pd<0.55
```
[loadbang]
|
[t b b]
| |
| [; pd quit(
|
[print ouch]
```
that is: running this with "pd -nogui test.pd" will print "ouch: bang"
and then quit, whereas previously it (correctly) quitted Pd without
printing anything.
this breaks my test-suites!
gmasdr
IOhannes