kotlin-native Questions
1
Solved
In the following Kotlin/JVM program System.exit(-1) stops the execution of the program with an error exit code:
fun main(args: Array<String>) {
if (args.size < 2) {
println("too few arg...
Froghopper asked 2/12, 2017 at 3:29
© 2022 - 2024 — McMap. All rights reserved.