blob: 1c7f9b93d165b4bd02da744cb49bce47c46c5801 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\input texinfo
@setfilename include-value.info
@c $Id: include-value.txi,v 1.2 2004/04/11 17:56:47 karl Exp $
@set testvar incl-incl.txi
@c test - in the variable name, and concatenation of text after.
@set test-var incl-incl.tx
@c test - in the variable name, and concatenation of text before and after.
@set test_var ncl-incl.tx
@node Top
testvar include: @include @value{testvar}
testvar verbatiminclude: @verbatiminclude @value{testvar}
test-var include: @include @value{test-var}i
test-var verbatiminclude: @verbatiminclude @value{test-var}i
test_var include: @include i@value{test_var}i
test_var verbatiminclude: @verbatiminclude i@value{test_var}i
@bye
|