Pretty up scripts with print.
This commit is contained in:
@@ -4,4 +4,6 @@ fn bob() {
|
||||
return 3;
|
||||
}
|
||||
|
||||
print(bob()); // should print 3
|
||||
print("bob() should be 3:");
|
||||
|
||||
print(bob());
|
||||
|
Reference in New Issue
Block a user