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

5
LINES

< > BotCompany Repo | #1001046 // findEndOfBlock - synonym of tok_findEndOfBlock

JavaX fragment (include)

// i must point at the (possibly imaginary) opening bracket ("{")
// index returned is index of closing bracket + 1 (or l(tok))
static int findEndOfBlock(LS tok, int i) {
  ret tok_findEndOfBlock(tok, i);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001046
Snippet name: findEndOfBlock - synonym of tok_findEndOfBlock
Eternal ID of this version: #1001046/9
Text MD5: 15cbabe76d6f77197cf2626201853427
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-26 17:39:26
Source code size: 210 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 772 / 2482
Version history: 8 change(s)
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1002453 - findEndOfStatement (broken version, use tok_findEndOfStatement instead)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1024402 - tok_findEndOfMethodDecl
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)