Code:
function switch_var
{
while(1)
{
if(key_space)
{
variable=(!variable);
}
while(key_space){wait(1);}
wait(1);
}
}