とある仮想の言語において、以下の記述があるとする。
text = "Hello, world!";
text.replace("world", "work");
println(text);
あるべき出力は?
とある仮想の言語において、以下の記述があるとする。
text = "Hello, world!";
text.replace("world", "work");
println(text);
あるべき出力は?
ついでにもう一個
---
とある仮想の言語において、以下の記述があるとする。
list = ["Hello"];
list.append("world!");
println(list);
あるべき出力は?
If you have a fediverse account, you can quote this note from your own instance. Search https://fedibird.com/users/haborite/statuses/115621355040097764 on your instance and quote it. (Note that quoting is not supported in Mastodon.)