Refine example scripts.
This commit is contained in:
@@ -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]}`);
|
||||
|
Reference in New Issue
Block a user