Difference between revisions of "Tuple"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
  
 
* Python: https://en.wikibooks.org/wiki/Python_Programming/Tuples [[immutable]]
 
* Python: https://en.wikibooks.org/wiki/Python_Programming/Tuples [[immutable]]
 +
 +
[[Bash]]
 +
for i in "c 3" "e 5"
 +
do
 +
    [[set]] -- $i # convert the "tuple" into the param args $1 $2...
 +
    echo $1 and $2
 +
done
  
 
== See also ==
 
== See also ==

Revision as of 14:05, 28 September 2023

Advertising: