4 lines
257 B
Plaintext
4 lines
257 B
Plaintext
<@if(and(context.enabled,eq(context.kind,"web")))>and<@else>not-and<@endif>
|
|
<@if(or(context.enabled,neq(context.kind,"web")))>or<@else>not-or<@endif>
|
|
<@if(and(or(context.enabled,context.fallback),neq(context.kind,"native")))>nested<@else>not-nested<@endif>
|