New modules can be added by yourself or by a third party, either written in m, or written for the native platform. For Symbian OS, this is typically a dynamic library.
See section * (Reference) for more information on using and writing modules. Just a reminder: to use any of the standard modules, you have to load it via the use clause:
|
use math print math.random() → 0.1488330803
|