vyper icon indicating copy to clipboard operation
vyper copied to clipboard

VIP: Ternary operator

Open pcaversaccio opened this issue 2 years ago • 0 comments

Simple Summary

Add ternary operator to Vyper:

def hello(a: uint256, b: uint256) -> uint256:
    return a if a < b else b

pcaversaccio avatar Aug 08 '22 18:08 pcaversaccio