4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
const s : string = "toto"
|
|
const x : string = s^"bar"
|
|
const y : string = "foo"^x
|