>>15here is typical use of boolean-tokens.h
to illustrate a simple logical circuit
#define custom_switchA 0 //disable flag A
#define custom_switchB 1 //enable flag B
#define custom_switchC 1 //enable flag C
//boolean_funcx/y are built on boolean-tokens.h primitives
if(boolean_funcx(custom_switchA,boolean_funcy(custom_switchB,custom_switchC)){code}