Skip to content
Snippets Groups Projects
Commit a0e1e1f0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

New file

Rev: doc/lpc/class:1.1
parent 8cc7a618
Branches
Tags v1.0E-13
No related merge requests found
NAME
class
SYNTAX
class { program definition }
DESCRIPTION
Class is a way of writing serveral programs in one file.
The program written between the brackets will be returned by
class.
EXAMPLE
complex=clone(class { float r, i; });
complex->r=1.0;
complex->i=1.0;
SEE ALSO
inherit, lambda
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment