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

6
LINES

< > BotCompany Repo | #1024542 // printVars_str - print a bunch of vars (don't use struct)

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

Transpiled version (2596L) is out of date.

1  
// Use like this: printVars_str(+x, +y);
2  
// Or: printVars("bla", +x);
3  
// Or: printVars bla(+x);
4  
svoid mapMethodLike printVars_str(O... params) {
5  
  print(renderVars_str(params));
6  
}

Author comment

Began life as a copy of #1005990

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xfddqsrefgvo, xrpafgyirdlv

No comments. add comment

Snippet ID: #1024542
Snippet name: printVars_str - print a bunch of vars (don't use struct)
Eternal ID of this version: #1024542/4
Text MD5: 5b58d482b28b3b5d059ec105516edac9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-23 00:50:37
Source code size: 184 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 307 / 502
Version history: 3 change(s)
Referenced in: [show references]