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

9
LINES

< > BotCompany Repo | #1025582 // countCodeTokens - synonym of countTokens

JavaX fragment (include)

static int countCodeTokens(S s) {
  ret countTokens(s);
}



static int countCodeTokens(LS tok) {
  ret countTokens(tok);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025582
Snippet name: countCodeTokens - synonym of countTokens
Eternal ID of this version: #1025582/1
Text MD5: 5e8009d309c6100947dbefbdd0bb3303
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-05 16:41:51
Source code size: 125 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 216 / 254
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1030949 - Transpiler output of #1031393