RosettaCodeData/Task/A+B/MIRC-Scripting-Language/a+b.mirc
2017-09-25 22:28:19 +02:00

3 lines
40 B
Text

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