💾 Archived View for freeshell.de › tldr › local.gmi captured on 2024-05-26 at 15:36:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Declare local variables and give them attributes.
local {variable}="{value}"
local -i {variable}="{value}"
local {variable}=({item_a item_b item_c})
local -A {variable}=({[key_a]=item_a [key_b]=item_b [key_c]=item_c})
local -r {variable}="{value}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).