Does this language feature already exists?
- by Pindatjuh
I'm currently developing a new language for programming in a continuous environment (compare it to electrical engineering), and I've got some ideas on a certain language construction.
Let me explain the feature by explanation and then by definition;
x = a | b;
Where x is a variable and a and b are other variables (or static values).
if(x == a)…