So does this work?
String s = “Foo”’.
s = “Bar”;
print(s);
Should show “Bar”, right?
1 Like
So does this work?
String s = “Foo”’.
s = “Bar”;
print(s);
Should show “Bar”, right?