Skip to content

ALIAS (Name)


Clause of the Sub and Function statements that provides an alternate internal name.

Syntax

` [declare] { sub | function } usablename Alias "alternatename" (...)

`

Usage

` declare sub usablename Alias "alternatename" ( ... )

*or* `

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