// +1 = Java, -1 = English, 0 = not sure static int ai_javaOrEnglish(S s) { if (tok_parseFunctionCall(s) != null) ret 1; if (isQuoted(s)) ret 1; ret -1; }
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: | #1012899 |
| Snippet name: | ai_javaOrEnglish |
| Eternal ID of this version: | #1012899/3 |
| Text MD5: | 81d352967999ac76c89373b26a8c1aad |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-18 00:59:32 |
| Source code size: | 165 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 592 / 646 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |