Websites Navigation: Airbit | Shop | m-shell.net
Languages: EN | DE

Introduction

The m library contains a large number of functions, organized into modules. Some functions are the standard functions you expect in any serious programming language. Others are very specific to the typical capabilities of a smart phone.

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


© 2004-2011 airbit AG, CH-8008 Zürich
Document AB-M-LIB-888
mShell Home  > Documentation  > Manuals