Operators in AnyBody

Hi everyone,

Is there any website or tutorial where I can find a list of operators for AnyBody ?
For example "greater than", "equal", "Modulo" or is AnyBody based on one specific programming language so that I can just use its literature?
All these "basic" programming questions like how to use arrays are not clear to me in AnyBody, that`s why I hope you can help me.

Thanks a lot,
Tobias

1 Like

Hi Tobias,

You can find all available functions in the 'Functions' tab, see screenshot:

We made a lot of convenience functions and sometimes they work as in Python or Matlab or C++. But AnyScript is its own language and each function is described (not necessarily perfect) in the Ref. Manual. It may also have an example of how to use it.

You could also search installed AMMR and this forum for a particular function name to see how it works. Most of them are used in the repository.

Kind regards,
Pavel

Hi Pavel,

thank you very much for your help.

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.