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

(no subject)

Date: 2007-06-25 07:36 pm (UTC)
From: [identity profile] lordspaz.livejournal.com
CL-USER> (is-x-a-y? {cookie} {just-a-cookie})
T
CL-USER> (is-x-a-y? {fig-newton} {just-a-cookie})
NIL
CL-USER> (is-x-a-y? {fig-newton} {fruit-and-cake})
T

(no subject)

Date: 2007-06-25 09:15 pm (UTC)

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