gusl: (Default)
[personal profile] gusl
CL-USER> (is-x-a-y? {person} {animal})
T
CL-USER> (is-x-a-y? {dog} {animal})
T
CL-USER> (is-x-a-y? {dog} {person})
NIL
CL-USER> (is-x-a-y? {boy} {person})
T
CL-USER> (is-x-a-y? {boy} {animal})
T
CL-USER> (is-x-a-y? {boy} {girl})
NIL
CL-USER> (is-x-a-y? {woman} {girl})
NIL
CL-USER> (is-x-a-y? {girl} {woman})
NIL
CL-USER> (is-x-a-y? {girl} {female})
T
CL-USER> (is-x-a-y? {woman} {female})
T
CL-USER> (is-x-a-y? {cat} {female})
NIL
CL-USER> (is-x-a-y? {person} {sexually reproducing})
T
CL-USER> (is-x-a-y? {boy} {sexually reproducing})
T
CL-USER> (is-x-a-y? {bat} {man})
NIL
(will be screened)
(will be screened if not validated)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

February 2020

S M T W T F S
      1
2345678
9101112131415
16171819202122
23242526272829

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags