This topic uses sections defined in
UseOfSetInsideIncludedSections to explore use of the sections outside the topic they are defined in.
- before INCLUDE, LOCAL1 is %LOCAL1%
%INCLUDE{"UseOfSetInsideIncludedSections" section="memepickme" PARONE="PASS"}%
expands to:
memepickme(PASS)
LOCAL1 is %LOCAL1%
- after INCLUDE, LOCAL1 is %LOCAL1%
- before INCLUDE, LOCAL is %LOCAL%
%INCLUDE{"UseOfSetInsideIncludedSections" section="memepickme2" PARONE="ONE" PARTWO="TWO"}%
expands to
memepickme(ONE,TWO)
LOCAL is %LOCAL%
- after first INCLUDE, LOCAL is %LOCAL%
%INCLUDE{"UseOfSetInsideIncludedSections" section="ohnonotagain" PARONE="THREE" PARTWO="FOUR"}%
expands to
ohnonotagain(THREE,FOUR)
LOCAL is %LOCAL%
- after second INCLUDE LOCAL is %LOCAL%
%INCLUDE{"UseOfSetInsideIncludedSections" section="itwisnaeme" PARONE="PASS"}%
expands to
memepickme(PASS) => NOTREALLYLOCAL is %NOTREALLYLOCAL%
adding more weird ideas - sadly this will require many topics to explore - and then we should make them all into unit tests
--
SvenDowideit - 18 Apr 2012