Operator LET() (Assignment)
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOpLetlist
- Last revised: 2019-05-24
Assigns fields of a user defined type to a list of variables
Syntax
` Let( variable1 [, variable2 [, ... ]] ) = UDT_var
*or* `