====== LET ====== ===== Syntax ===== [LET] variable [, ...] = value ===== Description ===== Assigns the value to the variable. The LET keyword is optional.