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

10
LINES

< > BotCompany Repo | #1008331 // Test ISO country codes

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

Libraryless. Click here for Pure Java version (2834L/19K/63K).

!7

p {
  L<SS> data = parseCSV_unquote(loadSnippet(#1008330));
  psl(data);
  new SS countryCodes;
  for (SS map : data)
    countryCodes.put(map.get("ISO 3166-1 2 Letter Code"), map.get("Common Name"));
  print(countryCodes.get("IL"));
}

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: #1008331
Snippet name: Test ISO country codes
Eternal ID of this version: #1008331/6
Text MD5: 408cb4d5566417f5009c8812c872d8b3
Transpilation MD5: b9039d7851e7687b66cd0915b1b1fd1d
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-11 02:18:02
Source code size: 248 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 433 / 498
Version history: 5 change(s)
Referenced in: [show references]