Fixing example code
This commit is contained in:
@@ -15,5 +15,4 @@ fun main(args : Array<String>) {
|
||||
// Note: \u000A is Unicode representation of linefeed (LF)
|
||||
val c : Char = 0x000A .chr;
|
||||
println(c);
|
||||
println("a\u \u0 \u00 \u000 \u0000 \u0AaA \u0AAz.length( ) + \u0022b")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user