A task card is a card that is used as a modifier to the current operation.

Task cards are denoted with {} and are highlighted blue. They can be combined and are flexible according to their respective functions. These cards are encoded to work in any order unless noted.

<aside> 💡

Look at the documentation for specific task cards that can be used in each Lagmite function.

</aside>

An example of this is by using the disp function, in which to print the words “TASK” in lowercase, we can use the syntax:

disp [text] TASK {lwr}

//Expected output: task

{lwr} in this case is a task card, which modifies the text to lowercase letters.