git/t/t4018/bash-arithmetic-function

5 lines
42 B
Plaintext

RIGHT() ((
ChangeMe = "$x" + "$y"
))