Add "." to comments. :)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
IO.print("a" + "b") // expect: ab
|
||||
|
||||
// 8-bit clean
|
||||
// 8-bit clean.
|
||||
IO.print(("a\0b" + "\0c") == "a\0b\0c") // expect: true
|
||||
|
||||
Reference in New Issue
Block a user