10 lines
518 B
Plaintext
10 lines
518 B
Plaintext
|
|
# One of two independent sets of house overrides. Both require "base" (loaded
|
||
|
|
# once, whichever asks first) and both override the same klammer with ":::", so
|
||
|
|
# the one written LAST on the command line is the one that wins. Its own
|
||
|
|
# klammer @a_only shows that the sets share one flat namespace rather than
|
||
|
|
# each keeping its klammers to itself.
|
||
|
|
@@@klammerset housea | House overrides A :requires base :date 2026-08-15 @@@
|
||
|
|
@@who.fx ::: HOUSE-A @@
|
||
|
|
@@a_only.k : A klammer only set A defines @@
|
||
|
|
@@a_only.fx :: ONLY-A @@
|