Skip to content

Operator / (Divide)


Divides two numeric expressions

Syntax

` declare operator ( byref lhs as double, byref rhs as double ) as double

`

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