Difference between revisions of "Tuple"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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
 +
 +
* [[while read line]]
  
 
== See also ==
 
== See also ==

Latest revision as of 14:15, 28 September 2023

Advertising: