forked from blitz-research/monkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Module monkey
Leonard Thieu edited this page Aug 23, 2019
·
1 revision
The monkey modules provide 'built-in' functionality that is available to every monkey program.
The monkey modules provide 'built-in' functionality that is available to every monkey program.
This includes modules that provide math and random number functions, 'boxing' modules for treating primitives such as ints, floats and strings as objects, and modules that provide support for a range of simple container classes such as sets, maps, lists and stacks.
It is not necesary to import monkey modules as this is done automatically for every monkey program.
- Home
- Tutorials
- Samples
- API Reference
- Programming
- Target SDKs
- Tools
- Links
- Credits