Jelly Programming Language

What is the Jelly Language?

Specifics of the Jelly Language

Variables in Jelly

airdrop(file: Shortcut Input)
// Here we used a Global variable for the parameter.
airdrop(file: MyFilteredImage)
// Here we are using a local variable for the parameter.
  1. Assigning variables
  2. What is a Magic Variable?
  3. Adding variables into text

Creating your first Jellycut

A Jellycut is just a shortcut written in the Jelly Language

  1. Import the Shortcuts package into your Jellycut
  2. Write your first simple Jellycut
  3. Writing your first if statement
  4. Expanding on your if statement
  5. Incorporating variables into your Jellycut