Get your own free workspace
View
 

Int

Page history last edited by Gamemaster 3 years, 9 months ago

 

 

Int

Usage:

                Int(Value)

Description:

The Int command returns the nearest integer to the value given.

Example:

                Function Main()
                        Result = Int(1.5)
                        Output(Actor(), Result) // Displays 2
                        Return()

                End Function

Comments (0)

You don't have permission to comment on this page.