Advertisement
tinyevil

Untitled

Feb 20th, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. fun foo(a:Boolean, b: Boolean) = print(″$a, $b″)
  2.  
  3. val a = 1
  4. val b = 2
  5. val c = 3
  6. val d = 4
  7.  
  8. foo(c < a, b > d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement