Refine example scripts.
This commit is contained in:
@@ -4,6 +4,6 @@ fn bob() {
|
||||
return 3;
|
||||
}
|
||||
|
||||
print("bob() should be 3:");
|
||||
let result = bob();
|
||||
|
||||
print(bob());
|
||||
print(`bob() should be 3: ${result}`);
|
||||
|
Reference in New Issue
Block a user