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

8
LINES

< > BotCompany Repo | #1022546 // gazelle_processSafeEvals

JavaX fragment (include)

sS gazelle_processSafeEvals(S text, SS evalCache) {
  S l = dm_processEmbeddedSafeEvals(text, +evalCache);
  if (l != text) {
    print("Processed eval: " + text + " => " + l);
    text = l;
  }
  ret text;
}

Author comment

Began life as a copy of #1022539

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1022546
Snippet name: gazelle_processSafeEvals
Eternal ID of this version: #1022546/3
Text MD5: 2c1febff8f140009bb1d8524cdd7d559
Author: stefan
Category: javax / gazelle
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-21 01:05:00
Source code size: 215 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 217 / 251
Version history: 2 change(s)
Referenced in: [show references]