Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bash-arithmetic-function « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0b276cb50fa418b0372d9220680f69c0c4cee36 (plain)
1
2
3
4
RIGHT() ((

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