static <A> A printAfterNewLine(A o) { ret nlPrint(o); } static <A> A printAfterNewLine(S prefix, A o) { ret nlPrint(prefix, o); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027170 |
| Snippet name: | printAfterNewLine - synonym of nlPrint |
| Eternal ID of this version: | #1027170/1 |
| Text MD5: | 446a0358ab98cdd6c05d075415bf8197 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-02-24 00:57:35 |
| Source code size: | 138 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 367 / 399 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |