Pretty up scripts with print.
This commit is contained in:
@@ -4,4 +4,6 @@ fn f(a, b, c, d, e, f) {
|
||||
a - b * c - d * e - f
|
||||
}
|
||||
|
||||
print(f(100, 5, 2, 9, 6, 32)); // should print 4
|
||||
print("f() call should be 4:");
|
||||
|
||||
print(f(100, 5, 2, 9, 6, 32));
|
||||
|
Reference in New Issue
Block a user