jamshark70 / ddwChucklib-livecode

A live-coding interface for chucklib objects
25 stars 0 forks source link

A generator passthrough argument cannot contain backslashes #10

Open jamshark70 opened 5 years ago

jamshark70 commented 5 years ago
/fmp2 = "\ins(, "*", {Pdefn(\numToInsert)}, 0.5)";

ERROR: Backslash in cl pattern string must introduce a generator

https://github.com/jamshark70/ddwChucklib-livecode/blob/master/preprocessor.scd#L219-L221

Hard to fix. For now, workaround = /fmp2 = "\ins(, "*", {Pdefn('numToInsert')}, 0.5)";.