anole icon indicating copy to clipboard operation
anole copied to clipboard

Support macro for meta-programming in macro

Open mu001999 opened this issue 5 years ago • 1 comments

mu001999 avatar Dec 22 '20 10:12 mu001999

Maybe something like:

#
for (name) in (expr) (block_expr) ->
{
    @&__it: expr.iterator();
    while _it.has_next() {
        name: __it.next();
        block_expr
    }
}
#

mu001999 avatar Jan 04 '21 13:01 mu001999