6 lines
72 B
Text
6 lines
72 B
Text
|
|
okay.pick(fn {
|
||
|
|
println("okay")
|
||
|
|
}, fn {
|
||
|
|
println("not okay")
|
||
|
|
})()
|