EQ
1. Short for equals, eq is an operator used in programming languages and in command line commands as an abbreviation for equals. For example, in programming languages such as Perl, you could type something similar to the below example.
if ($variable1 eq $variable2) { print "They are equal"; }
In the above example, if the contents in $variable1 are the same as $variable2, then the program would print They are equal.
2. Short for equalizer, eq is a software program or hardware device that increases or decreases the volume of specific audio frequencies.
3. Short for EverQuest, EQ, also known as EverCrack for its addictiveness, was a popular MMORPG game.
- The official EverQuest page can be found at: http://www.everquest.com
Also see: Equal, Game definitions, Ne, Programming definitions, Sound definitions
