Skip to content

Operator \ (Integer divide)


Divides two Integer expressions

Syntax

vb
declare operator \ ( byref lhs as integer, byref rhs as integer ) as integer
declare operator \ ( byref lhs as uinteger, byref rhs as uinteger ) as uinteger

Usage

result = lhs` rhs `

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