phpperlbashoperatorsnomenclature

What are the backticks `` called?


What are the backtick operators (``) called in the context of evaluating their content?


Solution

  • If you're referring to Bash then the backticks are known as "command substitution". $() provides similar functionality.