mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
26 lines
379 B
Plaintext
26 lines
379 B
Plaintext
divert(-1)
|
|
pushdef(`hej', `def 1.')
|
|
dumpdef(`hej')
|
|
pushdef(`hej', `def 2.')
|
|
dumpdef(`hej')
|
|
pushdef(`hej', `def 3.')
|
|
dumpdef(`hej')
|
|
pushdef(`hej', `def 4.')
|
|
dumpdef(`hej')
|
|
|
|
popdef(`hej')
|
|
dumpdef(`hej')
|
|
popdef(`hej')
|
|
dumpdef(`hej')
|
|
popdef(`hej')
|
|
dumpdef(`hej')
|
|
popdef(`hej')
|
|
dumpdef(`hej')
|
|
popdef(`hej')
|
|
dumpdef(`hej')
|
|
popdef(`hej')
|
|
|
|
dumpdef(`mac2')
|
|
popdef(`mac2')
|
|
dumpdef(`mac2')
|