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

7
LINES

< > BotCompany Repo | #1012683 // subsymbol

JavaX fragment (include)

static Symbol subsymbol(Symbol s, int x) {
  ret s == null ? null : symbol(substring(str(s), x));
}

static Symbol subsymbol(Symbol s, int x, int y) {
  ret s == null ? null : symbol(substring(asString(s), x, y));
}

Author comment

Began life as a copy of #1002637

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: #1012683
Snippet name: subsymbol
Eternal ID of this version: #1012683/3
Text MD5: 20051f0a1bc1f7722c1d51483ad1bd48
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-10 06:58:11
Source code size: 223 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 323 / 372
Version history: 2 change(s)
Referenced in: [show references]