Skip to content
Snippets Groups Projects
Select Git revision
  • 0845641994594fd3eb0da6ac22cd1fa4c152b2ae
  • main default protected
  • JulioWithHashMap
  • JulioWithHashTable
4 results

XOrGate.tsl

Blame
  • XOrGate.tsl 101 B
    t1 << tile1;
    t2 << tile2;
    
    t3 = not t1;
    t4 = not t2;
    t5 = and t1 t4;
    t6 = and t3 t2;
    t7 = or t5 t6;