lmontigny / m4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m4

Usage

m4 script.m4

Quoting

m4 macro processor always strips off one level of quote characters whenever it evaluates something.

Diversions

When given a positive integer, it places all output generated by the following lines into the output buffer with that number.

When given a negative integer, it throws away any output that would be generated by the lines that follow it. Until a diversion to a positive integer buffer is encountered.

About


Languages

Language:M4 100.0%