Difference between revisions of "Tuple"

From wikieduonline
Jump to navigation Jump to search
(Created page with " {{Python}}")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[wikipedia:Tuple]]
  
 +
* [[Terraform: list (deprecated)]]
  
 +
* [[PostgreSQL VACUUM]] reclaims storage occupied by [[dead tuples]].
  
{{Python}}
+
* [[Terraform tuple]]
 +
 
 +
* 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 ==
 +
* {{Python}}
 +
 
 +
 
 +
[[Category:Computing]]

Latest revision as of 14:15, 28 September 2023

Advertising: