Don't know why I didn't think of this earlier - perhaps it's been a long time since we were forced to minimize characters when writing code. Here's a version that only uses 65.
ClassMethod Detector3(a As %String, b As %String) As %Boolean
{
f i=91:-1:0{q:$$r(a)-$$r(b)} q 'i
r(x)q $l($zu(28,x,6),$c(i))
}
- Log in to post comments