tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

compare-wrong-1.js (84B)


      1 function f(a) { return a; }
      2 assertEq(print < f, false);
      3 assertEq(print > f, true);