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

6
LINES

< > BotCompany Repo | #1012619 // matchDollarVarIC

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2158L/14K).

static bool matchDollarVarIC(SymbolSymbol match, Symbol pat, Symbol s) {
  if (isDollarVar(pat))
    ret strictPutIC(match, pat, s);
  else
    ret eqic(pat, s);
}

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: #1012619
Snippet name: matchDollarVarIC
Eternal ID of this version: #1012619/2
Text MD5: 9e63b43d7bca774753b44c5e73f03d20
Transpilation MD5: 51beab04458923ce6e587571c6e7ac5a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-10 06:51:04
Source code size: 168 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 383
Version history: 1 change(s)
Referenced in: [show references]