Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

** on numeric types doesn't seem to work #122

Closed
YusufCakan opened this issue Aug 11, 2018 · 1 comment
Closed

** on numeric types doesn't seem to work #122

YusufCakan opened this issue Aug 11, 2018 · 1 comment

Comments

@YusufCakan
Copy link

for example: 2 ** 2 produces an error.

@alandonovan
Copy link
Contributor

The ** token is used only for function definitions and calls such as f(*args, **kwargs); unlike in Python, it does not denote exponentiation. It would be easy to add support for it, but language spec changes should first be approved by the Bazel team.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants