General
PromptBeginner5 minmarkdown
Untitled Skill
193
Main instructions and any bundled files for this skill.
Calculates the result of an arithmetic expression in Reverse Polish Notation (RPN) for performing mathematical computations.
guidelines:
Usage: python scripts/tool.py <expression>
python scripts/tool.py 1 1 +
python scripts/tool.py 12 6 / 3 ** 10 2 * + 1 // 5 - 4 %
python scripts/tool.py 7 7 * 73 * 127 * 337 * 92737 * 649657 *
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks