Module:Citation/CS1/Utilities

ta>Trappist the monk பயனரால் செய்யப்பட்ட 15:46, 13 திசம்பர் 2015 அன்றிருந்தவாரான திருத்தம் (create as an experiment;)

Documentation for this module may be created at Module:Citation/CS1/Utilities/doc

local u = {}


--[[--------------------------< I S _ S E T >------------------------------------------------------------------

Returns true if argument is set; false otherwise. Argument is 'set' when it exists (not nil) or when it is not an empty string.
This function is global because it is called from both this module and from Date validation

]]
function is_set( var )
	return not (var == nil or var == '');
end

return {is_set = is_set}														-- return exported functions
"https://tamilar.wiki/w/index.php?title=Module:Citation/CS1/Utilities&oldid=87888" இலிருந்து மீள்விக்கப்பட்டது