Sign In:     


Forum: General Discussion

Topic: OR-disjunction in a query
Hi!

How could you use an OR disjunction in a query?
Something like that:
(leftdeck) OR (rightdeck && shift) ? this : that

"OR" doesn't seem to exist somehow...
 

Posted Sun 26 May 24 @ 3:35 pm
(a ? on : b) ? script
 

Cool! It works!
But I don't know why?
What does "on" do or mean?

PS:
The script language of virtualdj is very tricky!!
 

On is the same as yes or true
 

Thank you! Now it's clear.
Nice tricky expression!