// returns true if verb was uploaded (false if already there) static bool uploadVerb(S verb) { verb = toLower(verb); if (knownVerbs().contains(verb)) false; editSnippet(#1009502, rtrim(loadSnippet(#1009502)) + "\n" + verb); knownVerbs().add(verb); true; }
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: | #1009507 |
| Snippet name: | uploadVerb |
| Eternal ID of this version: | #1009507/4 |
| Text MD5: | af62bea170bf1523cf3b2a08ca17e61b |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-04 19:08:31 |
| Source code size: | 272 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 694 / 760 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012815 - editSnippet_stringToSymbol |