Arc Forumnew | comments | leaders | submitlogin
1 point by Bogart 5946 days ago | link | parent

Wouldn't this force macros and code to be in separate files, though?


1 point by almkglor 5946 days ago | link

It forces macro-expanders and code to be in separate files. You can still put macros in the code file, as long as your macro-expander can understand them.

-----