This is a non-starter, as AND and OR are already valid identifiers.

On Tue, May 24, 2016 at 9:15 PM Francis Clavette <[email protected]>
wrote:

> Hi,
> I’d like to be able to use AND for && and OR for || in conditional
> statements in a future version of ECMAScript. It’s a feature I’ve always
> been wanting since transitioning from PHP. It’s also much cleaner :
>
> if ($scope.newSourceModal.isShown() && $scope.newsource.type == "book" &&
> (!$scope.insertingFromScan || $scope.ok))
>
> ==============
>
> if ($scope.newSourceModal.isShown() AND $scope.newsource.type == "book"
> AND (!$scope.insertingFromScan OR $scope.ok))
>
>
> Francis
> _______________________________________________
> es-discuss mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/es-discuss
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to