1 | static S conceptQuote(S s) {
|
2 | if (isIdentifier(s) || isInteger(s) || isProperlyQuoted(s)) ret s; |
3 | ret quote(s); |
4 | } |
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: | #1007420 |
| Snippet name: | conceptQuote |
| Eternal ID of this version: | #1007420/2 |
| Text MD5: | 07f2e893e3aacdbb1606a17e048d2855 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-23 11:54:29 |
| Source code size: | 118 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 721 / 736 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |