コード例 #1
0
ファイル: AST.php プロジェクト: crodas/haanga
function hconst($str)
{
    return Haanga_AST::Constant($str);
}