define square (x) {
    echo [* $x $x]
    return 
}

define a 2

#echo [apply square $a]
apply square $a