Built-in Functions
Introduction to Built-in Functions in Flowata
Every programming language comes equipped with a toolkit of functions that serve as its foundational building blocks. In Flowata, these are the built-in functions, a curated set of tools designed to simplify common tasks, enhance productivity, and empower users to create dynamic formulas without having to reinvent the wheel.
While some functions, like those related to Variables and Operators, have their dedicated sections due to their fundamental nature, this page delves into the broader spectrum of built-in functions that Flowata offers. These functions cater to a wide range of tasks, from data manipulation and transformation to debugging and beyond.
Whether you're just starting out with Flowata or are an experienced user looking to deepen your understanding, this section provides a comprehensive overview of the built-in functions that can elevate your formulas to the next level.
Built-in Functions Categories:
- Ensure Functions
- String Manipulation
- Number Manipulation
- Array Functions
- Object Functions
- Set Functions
General Functions
print(value)
Prints the value to the output console. This is mainly useful for debugging.
print("Hello, world!"); // Output: Hello, world!