Skip to content

Operator Let (Assign)


Indicates the assignment operator when overloading Operator = (Assignment)

Syntax

vb
{ Type | Class | Union } typename

declare operator Let ( [ byref | byval ] rhs as datatype )

End { Type | Class | Union }

operator typename.Let ( [ byref | byval ] rhs as datatype )

Usage

` lhs = rhs

*or* `

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft