if test "$1"X != X; then for a in $* do if test $a = A; then echo AY\!; fi done; fi