define myfunc (a b) {
        define g [+ $a $b]
        + 21 55
}

define aa 1
define bb 2
echo [myfunc $aa $bb]