1 | svoid printWhileNotNull(IF0 f) {
|
2 | if (f == null) ret; |
3 | O o; |
4 | while ((o = f!) != null) |
5 | print(o); |
6 | } |
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: | #1028467 |
| Snippet name: | printWhileNotNull |
| Eternal ID of this version: | #1028467/3 |
| Text MD5: | fe596e74ff8ef9d51923927343322734 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-20 22:23:01 |
| Source code size: | 109 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 452 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |