Thats debateable concidering these aliases:
alias xor return hello_xor
alias rgb return hello_rgb
alias ip return hello_ip
and
this:
//echo -a ( $rgb $rgb(123,123,123) ) ( $xor $xor(1,1) ) ( $.ip $/ip $ip )
returning
( hello_rgb 8092539 ) ( hello_xor 0 ) ( hello_ip hello_ip 80.5.185.41 )
