Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 336 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 336 Bytes

README

Demonstrates different types of techniques for using functions

Parameter handling

Demonstrates how to pass on variables.

./parameters.sh

Multiple return values

Demonstrates functions returning multiple values from functions. Using arrays and associative arrays

./multi_return_value_functions.sh