alert()

Issue
Function to display a pop up box with a message to the screen

Solution

alert('Hello world');

This code when placed in a calculation builder will pop a box up on screen for the user when the calculations runs with the text 'Hello world' displayed