Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1003034 // ioSmartEqVerbose - smart equals for IOIOI that converts stuff to string

JavaX fragment (include)

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;
  }
}

Author comment

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: 536 / 492
Referenced in: [show references]