Refine example scripts.

This commit is contained in:
Stephen Chung
2021-04-09 22:48:47 +08:00
parent 0f2e7e3825
commit 2b1555cff8
13 changed files with 27 additions and 16 deletions

View File

@@ -5,5 +5,4 @@ print(x[1]);
x[1] = 5;
print("x[1] should be 5:");
print(x[1]);
print(`x[1] should be 5: ${x[1]}`);