LSST v1.05 > Passing parameter to user define function

LSST v1.05 > Passing parameter to user define function

瀏覽:457
日期:2025-06-12
Passing parameter to User define function You can pass the parameter i.e. command line option to function as you passed to shell script. As you know you can define the function as follows: function function-name( ) { statement1 statement2 statementN} ......看更多