Closed salmanahmad closed 10 years ago
tranform(for(init, condition, end, body) {
init
i = escape("init")
while(condition {
body
end
})
})
Added in 43f33eda869b7dc731afe8c08448124c3db914b1. It is called transform
.
Create a simple pattern-based syntax-rule macro similar to Racket. The best use case for this would be a for loop: