Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fun foo(a:Boolean, b: Boolean) = print(″$a, $b″)
- val a = 1
- val b = 2
- val c = 3
- val d = 4
- foo(c < a, b > d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement