Put comments into example scripts.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// This script defines a function with many parameters and calls it
|
||||
|
||||
fn f(a, b, c, d, e, f) {
|
||||
a - b * c - d * e - f
|
||||
}
|
||||
|
||||
print(f(100, 5, 2, 9, 6, 32))
|
||||
print(f(100, 5, 2, 9, 6, 32)); // should print 4
|
||||
|
Reference in New Issue
Block a user