15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
This is test-file
|
|
|
|
With $(a) & ${b}:
|
|
include "include-file"
|
|
|
|
substitute "a=aaa,b=bbb"
|
|
On defining a=$(a) & b=${b}:
|
|
include "include-file"
|
|
|
|
substitute "a=\"aa\""
|
|
On setting a=$(a):
|
|
include "include-file"
|
|
|
|
End of test-file.
|