difference between return and return 1 in TCL proc -


is there difference between return , return 1 @ end of proc in tcl? there difference between return , return 1 @ end of proc in tcl?

the tcl return command return empty string if don't tell return else. these 3 equivalent:

return 
return "" 
return {} 

obviously, return 1 else.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -