Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell return tuple

Function MyFunction {
	$value1 = 1
    $value2 = 2
	return @($value1, $value2)
}

$value1, $value2 = MyFunction
Comment

PREVIOUS NEXT
Code Example
Shell :: scale variable with bc 
Shell :: shell access 
Shell :: run camunda in linux mint 
Shell :: how to install brew 
Shell :: what is 127 of echo $? 
Shell :: hwot o rename a folder in linux shelp 
Shell :: thunderbird reply 
Shell :: como excluir tag remota 
Shell :: How to create a file with a given size full of random characters in Linux? 
Shell :: how to add file to application linux 
Shell :: htpasswd arch 
Shell :: ubuntu change to thunar 
Shell :: figma for debian 10 
Shell :: julia arch linux 
Shell :: how to rename file sequential in ubuntu 
Shell :: polyfill download 
Shell :: easter egg bash 
Shell :: remove thunar with its dependency 
Shell :: how to make a text in batch 
Shell :: psql exmaple 
Shell :: bash script to replace hyphen with underscore 
Shell :: onefetch install 
Shell :: install config split 
Shell :: run sudo without typing password manually 
Shell :: betterlock screen set wallpaper 
Shell :: git diff without pagination 
Shell :: even digits leetcode 
Shell :: promtail multiline 
Shell :: git checkout remote branch depth 1 
Shell :: copy too large file commmand linux 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =