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

11
LINES

< > BotCompany Repo | #1014468 // Check things that should be identical

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (8089L/57K).

!7

p {
  for (S x : splitAtEmptyLines(mechList_raw("Things that should be identical"))) {
    L<S> lines = lines(x);
    if (l(lines) != 2) continue with print("huh?");
    S a = first(lines), b = second(lines);
    Pair pair = cast quickImport(javaEval("pair(" + a + ", " + b + ")"));
    pnlStruct(pairToList(pair));
  }
}

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: #1014468
Snippet name: Check things that should be identical
Eternal ID of this version: #1014468/3
Text MD5: 61bbd4fc0d5dd102d5fac8cdfbdd9208
Transpilation MD5: cfee34cdb64b08d845e0285bb02e0577
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-22 01:43:57
Source code size: 335 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 305 / 842
Version history: 2 change(s)
Referenced in: [show references]