hey it works! ``` pchar('h')("hello") => (true...
# announcements
k
hey it works!
Copy code
pchar('h')("hello") => (true, ello)
(pchar('h') and pchar('e'))("hello") => (true, llo)