In E, can you write something like this?
if (the next expression is true) then {
the previous expression is false
}
How? I would expect it to go into some kind of infinite loop, or
throw an exception.
If E doesn't do it, which programming languages might do it?
Thanks,
John