بۆ ناوەڕۆک بازبدە

مۆدیوول:Scribunto/types

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:Scribunto/types/docدا دروست بکرێ"

return {
	["boolean"] = true,
	["function"] = true,
	["nil"] = true,
	["number"] = true,
	["proto"] = true,
	["string"] = true,
	["table"] = true,
	["thread"] = true,
	["upval"] = true,
	["userdata"] = true,
}