Skip to content

Fix the let command

Michael Aaron Murphy requested to merge nounoursheureux:master into master

Created by: nounoursheureux

The let command now works like this:

  • let x=foo creates a variable called x with a value of foo
  • let x deletes the variable x
  • let lists all the variables with their value

Merge request reports