Difference between revisions of "Function"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
  
== Bash ==
+
== [[Bash shell functions]] ==
* [[Bash]]: <code>[[function]] { }</code>
 
  
log() {
+
== Python ==
echo "[$([[date]] --rfc-3339=seconds)]: $*"
+
* <code>[[def]]</code>
}
 
  
 +
== Go ==
 +
* <code>[[func]]</code>
  
error() {
+
== Related terms ==
  echo "[$([[date]] --rfc-3339=seconds)]: $*"
+
* <code>[[.bash_profile]]</code>
  exit 1
+
* [[Terraform functions]]
}
+
* [[Helm functions]]
 
+
* [[aws lambda]]
== Python ==
+
* [[Cloudformation functions]]
* <code>[[def]]</code> [[python]]
+
* [[GCF]]
 +
* [[return]]
  
 
== See also ==
 
== See also ==
 +
* {{function}}
 
* {{Bash}}
 
* {{Bash}}
 
* {{Programming}}
 
* {{Programming}}
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Latest revision as of 17:39, 31 January 2023

Advertising: