Introduction
Last updated
Last updated
FlowScript is the base language of the Flow Connect platform. It is used to define the logic of your applications, manipulate data, work with -based services, and more.
The following pages define what FlowScript is and how to use it. The reader is assumed to have had some previous encounter with the fundamentals of programming.
While reading through this documentation, you may find it useful to try things yourself in the FlowScript Playground, which is included in the Flow Designer.
To access the FlowScript playground, launch the Flow Designer, open the Tools menu and click on the FlowScript Playground menu item. This opens a window containing an empty code editor.
If you want to try something immediately, copy the following block of code into the FlowScript playground:
Then, click on the Run button in the top right corner of the window (or use the keyboard shortcut Ctrl + Return). You should see the resulting value 3 in the lower half of the window.