Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Docs -> 2D - Category -> Basic -> Module

Module

Returns:

Nothing.

Description:

Declare Module scope and identifier

See the BlitzMax Language Reference for more information on BlitzMax Modules.

Example:

Rem
The Module keyword advises the BlitzMax program maker BMK to create a code 
module from the source file.
End Rem

Module PUB.Sequencer

ModuleInfo "Framework: Audio Sequencer for use with FreeAudio"
ModuleInfo "Copyright: Blitz Research Ltd"
ModuleInfo "Author: Simon Armstrong"
ModuleInfo "Version: 1.00" 

Comments

None.

BlitzMax Manual Forum

Blitz3D Equivalent Command