Kotlin (programming language): Difference between revisions

Content deleted Content added
m top: remove arbitrary fixed sizes
Main entry point: Separate code examples for clarity
Line 153:
println("Hello, $scope!")
}
</syntaxhighlight>
 
<syntaxhighlight lang="kotlin" line="1">
fun main(args: Array<String>) {
for (arg in args)