Access Foldr from anywhere
Move your business forward with Foldr
Click here to download
Click here to visit the App Store
Click here to visit the Play Store
Who are Foldr?
Need help? Get in touch
MaSH is an acronym for “Making Stuff Happen”. It is a scripting language for automating modern business, user and file-based...
MaSH scripts are created and edited using the MaSH script editor. You will write your mashlets in the editor (left-hand...
Mashlets can be configured to execute when a particular event occurs in Foldr. Currently there are two categories of event,...
Variables store data which your script can process or operate upon. In MaSH variables can be set or declared, assigned...
In MaSH a simple variable can be one of several basic types. A variable’s type determines what we can do...
MaSH can perform standard arithmetic operations. Operators can also be chained together. They follow normal order of operations and you...
You will often want to change the flow or outcome of your script based on a condition or series of...
Imagine that we want our script to print out a message five times. We could write:- This is perfectly valid...
A block is a named portion of your code. Blocks allow you to organise your code into smaller chunks which...
Objects in MaSH are used to store related data. Data is stored in key/value pairs and… hang on, this sounds...
At some point your script will encounter an error. It could be a failed HTTP request or an attempt to...
Regular expressions are patterns used to match character combinations in strings. In MaSH we can use regular expressions to perform...