can e do this?
John Carlson <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
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