logic(a,b)={ print(a&b); \\ && is the same print(a|b); \\ || is the same print(!a); };