Logic
Everything on SkillVeris tagged Logic — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Conditional Logic with If and Switch
If and Switch are Power Fx's two branching functions, letting formulas return different values or take different actions depending on conditions.
Logic Controllers: If, Loop, and Transaction
Master JMeter's If Controller, Loop Controller, and Transaction Controller to build test plans with conditional branches, repeated actions, and grouped metrics…
Power Automate vs Logic Apps
How Power Automate and Azure Logic Apps differ in licensing, target audience, and technical capability despite sharing the same workflow engine underneath.
Constraint Logic Programming
How CLP(FD) extends Prolog with propagating constraints over finite domains, replacing brute-force generate-and-test with early pruning.
Conditionals in Dart
Learn how Dart evaluates branching logic using if/else, switch statements with Dart 3 pattern matching, and compact conditional expressions like the ternary an…
Conditional Logic in COBOL
Master COBOL's IF/ELSE, nested conditions, the EVALUATE statement, and condition-names (88-levels) for expressing readable business rules.