boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
022-paste-across-newlines.M1pp (47B)
1
%macro JOIN(x, y) x ##
2
y %endm
3
%JOIN(foo, bar)