siliconlad / aish

A terminal shell built with AI at the core
6 stars 0 forks source link

Support Shell Parameters #29

Open siliconlad opened 4 months ago

siliconlad commented 4 months ago

From the Bash Reference Manual:

A parameter is set if it has been assigned a value. The null string is a valid value. Once a variable is set, it may be unset only by using the unset builtin command. A variable may be assigned to by a statement of the form

name=[value]