disp is a built-in function of Lagmite that will display text in the terminal as an output. They use the [text] type card and can be combined with task cards.
The task cards that can be used are:
{lwr}, {upr}, {alt} and {caml} to display text in either lowercase, uppercase, alternating or camel case respectively.To display the word Lagmite in all uppercase, we can use the following syntax:
disp [text] Lagmite {upr}
//Expected output: LAGMITE