4 lines
74 B
Text
4 lines
74 B
Text
|
|
var s = "wren"
|
||
|
|
var t = s
|
||
|
|
System.print("Are 's' and 't' equal? %(s == t)")
|