Skip to content

Instantly share code, notes, and snippets.

View da-tubi's full-sized avatar

Darcy Shen da-tubi

  • Tubi
View GitHub Profile
@da-tubi
da-tubi / ElvishScriptingBasics.md
Last active August 22, 2023 08:00
Elvish Scripting Basics

Elvish Scripting Basics

Assignment and Substitution

var a = 375
set a = 376

var hello = $a

Variables