翻訳と辞書
Words near each other


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

モジュール:TableBuilder : ウィキペディア日本語版
モジュール:TableBuilder
--Module appliquant aux fonctions de la librairie Table une inteface fluide.
local meta =
meta.__index = function ( t, key )
local metafunc = meta
if type( metafunc ) == 'function' then
return function ( ... ) return metafunc( t, ... ) end
end
end

-- fin des fonctions de la meta-table
local TableBuilder =
return TableBuilder


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「モジュール:TableBuilder」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.