Implement keyword `or` in block signatures
Created originally on Bitbucket by paugier (Pierre Augier)
if ts.is_transpiled:
result = ts.use_block("myblock")
else:
# transonic block (int or float a, b)
Created originally on Bitbucket by paugier (Pierre Augier)
if ts.is_transpiled:
result = ts.use_block("myblock")
else:
# transonic block (int or float a, b)