Kotlin (programming language): Difference between revisions

Content deleted Content added
define JVM
Semantics: removed Go and added Pascal as a language with similar variable declaration syntax
Line 33:
 
== Semantics ==
Like [[Scala_(programming_language)Pascal_programming_language | ScalaPascal]] and [[Go_programming_languageScala_(programming_language) | GoScala]], Kotlin variable declarations and parameter lists have the [[Data type|data type]] come after the variable name (and with a colon separator), unlike [[C_language | C]] and its derivatives such as C++, Java, C#, and D.
 
 
Line 44:
}
</source>
 
 
==References==