Use a local variable. Maybe something as such:
alias test {
var %sml1 = blah
if ($1 == %sml1) { say LoOoOoOoL }
}
Now when you enter: /test blah
It will return LoOoOoOoL
Then the variable unsets itself after the code finishes processing
But I don't see the point in using a local variable for this...