add calculation to test
This commit is contained in:
@@ -7,4 +7,9 @@ let say_hi(name) = do
|
||||
)
|
||||
return "hello "+u+", how are you?"
|
||||
|
||||
term.log(say_hi("william"))
|
||||
term.log(say_hi("william"))
|
||||
|
||||
let a = 9
|
||||
let b = 10
|
||||
|
||||
term.log(string(a)+'+'+string(b)+'='+string(a+b))
|
||||
Reference in New Issue
Block a user