gracelang / language

Design of the Grace language and its libraries
GNU General Public License v2.0
6 stars 1 forks source link

is true && {"foo"} an error? #138

Closed kjx closed 6 years ago

kjx commented 6 years ago

the spec says: && (other: PredicateOrBoolean) -> Boolean

amg given print(true && {"foo"}) prints "foo"