Let's say I have 3 strings
string a = "Dog";
string b = "==";
string c = "cat";
How could I use them in an If Statement as follows
if (a b c)
{
return true;
}else{
return false;
}
The idea behind this low code, or a visual coding platform where a user enters the 3 portions
Condition 1
The Operator
Condition 2
And returns true or false