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

6
LINES

< > BotCompany Repo | #1035015 // printVarsInMultipleLines

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

Libraryless. Click here for Pure Java version (5134L/28K).

// Use like this: printVarsInMultipleLines(+x, +y);
// Or: printVarsInMultipleLines("bla", +x);
// Or: printVarsInMultipleLines bla(+x);
svoid mapMethodLike printVarsInMultipleLines(O... params) {
  print(renderVarsInMultipleLines(params));
}

Author comment

Began life as a copy of #1024542

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035015
Snippet name: printVarsInMultipleLines
Eternal ID of this version: #1035015/1
Text MD5: 9dc87b519f714b3c134892ce5e47eae4
Transpilation MD5: 1ccde999677dbc426c1f3e74e2f02a33
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-22 23:30:36
Source code size: 247 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 98
Referenced in: [show references]