BenedictBoyle

Results 1 issues of BenedictBoyle

I want to write something like: ``` p1 = Pypher() p2 = Pypher() p2.split(, ",") p1.IN(p2) ``` But the way the `class IN(Statement)` is defined means that this will come...