2 lines
103 B
Text
2 lines
103 B
Text
var embed = true
|
|
System.printAll([embed, ", ", !embed, ", ", "Is Wren embeddable? " + embed.toString])
|