예제 #1
0
파일: AST.php 프로젝트: crodas/haanga
function hconst($str)
{
    return Haanga_AST::Constant($str);
}