was wondering if and how the code below could work, without having to change the m(x) to m("x"). Had a look around, but couldn't find anything.
function m(a)
if a == "x" then
print("Thanks")
end
end
m(x)
Edited by pipa, 22 January 2014 - 01:34 PM.












