RosettaCodeData/Task/A+B/MIRC-Scripting-Language/a+b.mirc

4 lines
40 B
Plaintext

alias a+b {
echo -ag $calc($1 + $2)
}