Changes

Module:Yesno

23 bytes added, 03:21, 23 March 2013
fix logic for the case where the first positional parameter is "¬"
val = args[1]
-- First deal with the case if val is nilor "¬", then deal with other cases. if val == nil or val == '¬' then
return retvals['¬']
end
Anonymous user