User Tools

Site Tools


lrstructure

Structure

Module : Modules are usefull when you would like to organize functions and subs.

Class : Classes are needed, when you would like use custom objects.

Constructor : Constructs an custom object

Destructor : Destructs an custom object.

Sub : Is a part of your program containing commands.

Function : Is a part of a program, returning a value depending on calculation inside the function.

Property : Defining a property is like defining a procedure.

Type : Is a way of storing many variables inside one variable.

Enum : Is a list of integer constants relating to the same subject

COMMENTS

How a comment should be

Some description here…

Example

some code

Written by AUTHOR

Date 2007-02-22

lrstructure.txt · Last modified: 2013/04/09 22:57 (external edit)