github.com/tiagovtristao/plz@v13.4.0+incompatible/src/parse/asp/test_data/unary_op.build (about)

     1  x = -len('.build')
     2  
     3  y = not x
     4  
     5  z = x.replace('-', '_')