Hello everyone,
What is the difference between these two tcl commands:
(A) –> puts “ERROR!!! ${current_name}/${opt} is not found.”
(B) –> puts “ERROR!!! $current_name/$opt is not found.”
Are the braces needed to be put? Or both A and B has the same output?
Source: The UNIX and Linux Forums