static void ai_postStandardFunctionStatements(S sfName) { LL<S> l = tok_statementsInStandardFunction(sfName); if (l == null) ret; // no definition found S sf = "Standard function " + sfName; post_correctThird(sf, "has", n2(l(l), "statement")); for i over l: post_correctThird("Statement " + (i+1) + " of standard function " + sf, "is", join(dropFirstAndLast(l.get(i)))); }
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: | #1013431 |
Snippet name: | ai_postStandardFunctionStatements |
Eternal ID of this version: | #1013431/3 |
Text MD5: | d568451def2688bc786ead36a3377cdf |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-06 08:04:06 |
Source code size: | 400 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 323 / 357 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |