Operator =[>] (Assign)
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOpAssignment
- Last revised: 2019-02-26
Assigns a value to a variable
Syntax
` declare operator Let ( byref lhs as T1, byref rhs as T2 )
`
Usage
` lhs = rhs
*or* `