コード例 #1
0
ファイル: datastructure.php プロジェクト: igorw/edn
/** @api */
function symbol($name)
{
    return Symbol::get($name);
}