1 | static Number ai_extractRepetitionPhrase(L<S> tok) { |
2 | int i = jfind(tok, "<int> times"); |
3 | if (i < 0) null; |
4 | Number n = parseIntLongOrBigInt(tok.get(i)); |
5 | removeSubList(tok, i, i+4); |
6 | ret n; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017242 |
Snippet name: | ai_extractRepetitionPhrase |
Eternal ID of this version: | #1017242/1 |
Text MD5: | 98279f97fcd7e54ac5d8b02a6881af87 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-14 22:05:53 |
Source code size: | 202 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 405 / 430 |
Referenced in: | [show references] |