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

6
LINES

< > BotCompany Repo | #1002865 // nlUnroll - unpack list

JavaX fragment (include)

static L<Lisp> nlUnroll(Lisp tree) {
  if (tree.is("[]"))
    ret tree.args;
  else
    ret litlist(tree);
}

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: #1002865
Snippet name: nlUnroll - unpack list
Eternal ID of this version: #1002865/1
Text MD5: f1c0f828ac70a9eb89154ba848fb8f7d
Author: stefan
Category: eleu / nl
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-03-09 19:35:05
Source code size: 113 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 492 / 581
Referenced in: [show references]