1
What does " !something " mean?
for example: *female!bruce
or: Young Justice!Robin
or: *child!scribble
or: animal!jake
can someone please explain to me what this means? does it just mean that it would be *Bruce as a female? Or *Scribble as a child? Thanks.
in computer programming ! means ‘not’. So the phrase
red != blue
would say “red does not equal blue”. You could also say something like
!red
which would literally mean “not red”. Which is to say it means everything that is not red (which is lots of things ^^). While I have never seen it used in the way you describe,
animal!jake
might translate to “animal not jake,” or perhaps “jake is not an animal”.