Fork me on GitHub
#datascript
<
2015-09-02
>
sonnyto01:09:04

why does a query like (d/q '[:find ?r :where [(subs "abc123" 0 3) ?r]]) return empty?

sonnyto01:09:16

but (d/q '[:find ?r :where [(+ 0 3) ?r]]) works?