static bool cal_dropSecondaryLabels(CirclesAndLines cal) { bool change = false; for (Circle c : cal.circles) if (l(c.traits) > 1) { c.setText(c.text); change = true; } for (Line l: cal.lines) if (l(l.traits) > 1) { l.setText(l.text); change = true; } ret change; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010602 | 
| Snippet name: | cal_dropSecondaryLabels | 
| Eternal ID of this version: | #1010602/2 | 
| Text MD5: | a2d396f84a727022f2ad583638cb92b3 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2017-09-22 19:12:19 | 
| Source code size: | 287 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 774 / 788 | 
| Version history: | 1 change(s) | 
| Referenced in: | [show references] |