define pi 3.141516
define square ( x ) { * $x $x }

define lineEcho (argList) {
    foreach arg $argList {
        echo $arg
    }
}