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

5
LINES

< > BotCompany Repo | #1002843 // nlIsVar

JavaX fragment (include)

static boolean nlIsVar(Lisp l) {
  if (l == null || !l.isLeaf()) ret false;
  S h = l.head;
  ret l(h) > 1 && h.startsWith("$");
}

Author comment

Began life as a copy of #1002824

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: #1002843
Snippet name: nlIsVar
Eternal ID of this version: #1002843/1
Text MD5: 8c88921e3c8c6466264c747eca4fbce7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-03-02 21:02:25
Source code size: 134 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 619 / 783
Referenced in: [show references]