Module:Citation/CS1: Difference between revisions

if nil_or_not == nil then
(Undo revision 2859 by Tito Dutta (talk) ++)
(if nil_or_not == nil then)
Line 1: Line 1:
if nil_or_not then
  x = nil_or_not.abc -- always OK
else
  -- do somethink if nil_or_not is nil.
end
local z = {
local z = {
     error_categories = {};
     error_categories = {};
14,061

edits