Advertisement
Guest User

single use inner functions

a guest
Feb 23rd, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.15 KB | None | 0 0
  1. fun thingIsTooLarge() = fnx > fnox || fnub < florp
  2. fun shrinkThing () = adjustThingSize(thingSize * 0.9675)
  3.  
  4. while(thingIsTooLarge()) {
  5.   shrinkThing()
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement