Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1035625 // n2_noPlural

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9171L/50K).

sS n2_noPlural(long l, S text) {
  ret empty(text) ? n2(l) : n2(l) + " " + text;
}

sS n2_noPlural(Cl l, S text) {
  ret n2_noPlural(l(l), text);
}

sS n2_noPlural(Map m, S text) {
  ret n2(l(m), text);
}

Author comment

Began life as a copy of #1012632

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035625
Snippet name: n2_noPlural
Eternal ID of this version: #1035625/3
Text MD5: 43de78fffecbc99e1875b250314dc79d
Transpilation MD5: 7e9f4fa7339e5be9c39e158e698fc8dd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-26 23:29:10
Source code size: 214 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 50 / 75
Version history: 2 change(s)
Referenced in: [show references]