Cherri is a programming language that compiles to Apple Shortcuts. When writing Cherri code, you're essentially creating iOS/macOS Shortcuts using a more traditional programming syntax.
- Comments: Use
/* */for block comments,//for line comments - Variables: Use
@varName = valueto declare variables