Content deleted Content added
→Syntax: like -> such as |
|||
Line 33:
== Syntax ==
Like [[Pascal programming language|Pascal]], [[Haxe]], F# and [[Scala (programming language)|Scala]]—and unlike [[C language|C]] and its derivatives such as C++, Java, C#, and [[D (programming_language)|D]]—Kotlin [[Variable (computer science)|variable]] declarations and [[Parameter (computer programming)|parameter lists]] have the [[data type]] come after the variable name (and with a [[Colon (punctuation)|colon]] separator). As in other modern languages
== Semantics ==
|