static <A> A print_withNLBefore(A o) { ret nlPrint(o); } static <A> A print_withNLBefore(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: | #1027376 |
| Snippet name: | print_withNLBefore - synonym of nlPrint |
| Eternal ID of this version: | #1027376/1 |
| Text MD5: | 2de886e4fafd83056ed861e97d623dfb |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-15 16:14:53 |
| Source code size: | 140 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 364 / 401 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |