Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加 #macro 宏定义 #13

Closed
subchen opened this issue Nov 21, 2013 · 0 comments
Closed

增加 #macro 宏定义 #13

subchen opened this issue Nov 21, 2013 · 0 comments
Assignees
Labels
Milestone

Comments

@subchen
Copy link
Owner

subchen commented Nov 21, 2013

允许在模板中定义一个宏,然后多次使用

模板定义方法: 比如 header

#macro header(String name)
    Hello ${name}!
#end

然后使用: 使用宏就像使用函数一样。

${header("Sub")}
${header("Jetx")}
@ghost ghost assigned subchen Nov 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant