let a b = one two
echo $a
echo $b

let a b = one [two three four]
echo $a
echo @b

let a:str b:[str] c:int d:[float] = one [two three] 4 [5.1 6.2 7.3]
