summaryrefslogtreecommitdiff
path: root/makeinfo/tests/quote-args.txi
blob: 4f78d1d9d44ecc1243d365153c649a36aba2efb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\input texinfo 
@smallbook
@setfilename quote-args.info
@settitle Quote-args facility in macros

@rmacro cat{a,b}
\a\\b\
@end rmacro

@macro FIXME{a}
@strong{FIXME: \a\}
@end macro

@node Top, , (dir), (dir)

@noindent
@FIXME{Many arguments, separated by commas, are processed here}
@cat{@cat{@cat{@cat{@cat{@cat{na, to}, po}, co}, tu}, oto},tam}
@bye