script parameters
still a lot of things to do
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// expected: sky color is blue
|
||||
// param: what: jet.String: sky
|
||||
// param: color: jet.String: blue
|
||||
|
||||
"$what color is $color"
|
||||
@@ -0,0 +1,4 @@
|
||||
// param: args: jet.Array<jet.String>: three little words
|
||||
// expected: little
|
||||
|
||||
args[1]
|
||||
@@ -0,0 +1,5 @@
|
||||
// expected: 19
|
||||
// param: aa: jet.Long: 17
|
||||
// param: bb: jet.Int: 2
|
||||
|
||||
aa + bb
|
||||
Reference in New Issue
Block a user