Pretty up scripts with print.
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
print("The result should be 182:");
|
||||
|
||||
let x = 12 + 34 * 5;
|
||||
print(x); // should be 182
|
||||
print(x);
|
||||
|
Reference in New Issue
Block a user