A.username="root" B.username!="root" C.username as"root" D.username is"root"
A.dirname=hello world B.dirname as"hello world" C.dirname is "hello world" D.dirname="hello world"
A.count#1 B.count=1 C.count=`1` D.count is 1