SyntaxFix
Write A Post
Hire A Developer
Questions
The let command supports most of the basic operators one would need:
let a=b==5?c:d;
Naturally, this works only for assigning variables; it cannot execute other commands.