static boolean ioSmartEqVerbose(O a, O b) { if (ioSmartEq(a, b)) { print("OK " + structure(a)); ret true; } else { print("NO " + structure(a) + " " + structure(b)); ret false; } }
Began life as a copy of #1003031
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003034 |
| Snippet name: | ioSmartEqVerbose - smart equals for IOIOI that converts stuff to string |
| Eternal ID of this version: | #1003034/1 |
| Text MD5: | cd7420ccb327d82e139671365d4c1b5b |
| Author: | stefan |
| Category: | javax / nl |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-04-21 17:21:22 |
| Source code size: | 209 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 863 / 830 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |