1 | static boolean nlIsVar(Lisp l) { |
2 | if (l == null || !l.isLeaf()) ret false; |
3 | S h = l.head; |
4 | ret l(h) > 1 && h.startsWith("$"); |
5 | } |
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: | 722 / 873 |
Referenced in: | [show references] |