Difference between revisions of "Function"
Jump to navigation
Jump to search
(→Bash) |
|||
Line 28: | Line 28: | ||
* [[Terraform functions]] | * [[Terraform functions]] | ||
* [[GCF]] | * [[GCF]] | ||
+ | * [[return]] | ||
== See also == | == See also == |
Revision as of 19:41, 11 November 2021
Contents
Bash
- Bash:
function { }
log() { echo "[$(date --rfc-3339=seconds)]: $*" }
error() { echo "[$(date --rfc-3339=seconds)]: $*" exit 1 }
my_funtion () { echo "Executed my_function with $1 parameter" }
Python
Go
Related terms
See also
- Function
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
- Programming: C, Python,
go
,loop
,while
,for
,if
,variable
, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization
Advertising: