Format example scripts better.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
print("x should be 78:");
|
||||
// This script contains a single assignment statement.
|
||||
|
||||
let x = 78;
|
||||
|
||||
print(x);
|
||||
print(`x should be 78: ${x}`);
|
||||
|
Reference in New Issue
Block a user