RosettaCodeData/Task/A+B/MIRC-Scripting-Language/a+b.mirc
2023-07-01 13:44:08 -04:00

3 lines
40 B
Text

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