예제 #1
0
파일: datastructure.php 프로젝트: igorw/edn
/** @api */
function symbol($name)
{
    return Symbol::get($name);
}