1 | // +1 = Java, -1 = English, 0 = not sure |
2 | static int ai_javaOrEnglish(S s) {
|
3 | if (tok_parseFunctionCall(s) != null) ret 1; |
4 | if (isQuoted(s)) ret 1; |
5 | ret -1; |
6 | } |
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: | 591 / 646 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |