question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Let "condition" support "true" and "false"

See original GitHub issue

like

st=>start
op=>operation: Your Operation
cond=>condition: True or false?
e=>end

st->op->cond
cond(true)->e
cond(false)->op

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
jakethedevcommented, Jul 24, 2018

This would be fantastic - if the parser could support generic text, that would be awesome. Like:

cond(toast)->e cond(passed)->deploy cond(weekend)->overtime->beer

0reactions
brennanyoungcommented, Apr 29, 2019

Agree. I have a three branch condition, which I can’t render with flowchart.js None of the branches are YES or NO

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conditionals with if/else & Booleans | AP CSP (article)
The condition is a Boolean expression: an expression that evaluates to either true or false . Boolean values are another type of data...
Read more >
How to check a condition is true or false - Hacking with Swift
Swift handles these with if statements, which let us check a condition and run some code if the condition is true. They look...
Read more >
Using IF with AND, OR and NOT functions - Microsoft Support
But what if you need to test multiple conditions, where let's say all conditions need to be True or False (AND), or only...
Read more >
Logical operators - The Modern JavaScript Tutorial
If any of its arguments are true , it returns true , otherwise it returns false . In JavaScript, the operator is a...
Read more >
Javascript Booleans: True or False Values - Udacity
let example2b = new Boolean(true); // Incorrect: overcomplicated. Javascript control statements that only execute under certain conditions rely ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found