Pretty up scripts with print.
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
print("x should be 78:");
|
||||
|
||||
let x = 78;
|
||||
print(x);
|
||||
|
Reference in New Issue
Block a user
@@ -1,2 +1,4 @@
|
||||
print("x should be 78:");
|
||||
|
||||
let x = 78;
|
||||
print(x);
|
||||
|