Up -> Kotlin

This commit is contained in:
Andrey Breslav
2011-07-11 17:56:51 +04:00
parent 4127228a29
commit 79066eefe1
+2 -2
View File
@@ -21,8 +21,8 @@ alpha{color:blue}*{*{color}beta{color:blue}*}*{color} denotes a nonempty _beta_-
h1. Semicolons
[Up] provides "semicolon inference": syntactically, subsentences (e.g., statements, declarations etc) are separated by
[Kotlin] provides "semicolon inference": syntactically, subsentences (e.g., statements, declarations etc) are separated by
the pseudo-token [SEMI|#SEMI], which stands for "semicolon or newline". In most cases, there's no need for semicolons in
[Up] code.
[Kotlin] code.
*/