1 | static void ai_postStandardFunctionStatements(S sfName) { |
2 | LL<S> l = tok_statementsInStandardFunction(sfName); |
3 | if (l == null) ret; // no definition found |
4 | S sf = "Standard function " + sfName; |
5 | post_correctThird(sf, "has", n2(l(l), "statement")); |
6 | for i over l: |
7 | post_correctThird("Statement " + (i+1) + " of standard function " + sf, |
8 | "is", join(dropFirstAndLast(l.get(i)))); |
9 | } |
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: | 324 / 359 |
Version history: | 2 change(s) |
Referenced in: | [show references] |