the act of focusing on an appealing portion of a person's body with a general disregard for the undesirable regions
Steve: Could you isolate the variable on that?
John: You know it. She's huge, but those are some mighty fine sweater cows.

Bill: You see that?!?!
James: You serious? She's hideous.
Bill: C'mon you gotta isolate the variable.
James: You right. She needs to turn back around though.
by tmack41 June 10, 2011
Get a isolate the variable mug for your Facebook friend Beatrix.
A variable that you use throughout a code without printing it.
arr = input('Enter your array: ');
r,c = size(arr);
for j = 1:c

sum = 0;

for i = 1:r

sum = sum + arr(i,j);

end

arr2(j) = sum;
end
disp(arr2);

Oh man, that "sum" variable is a whore variable!
by Moumen_El_Gamed October 24, 2018
Get a Whore Variable mug for your barber Bob.