We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3fea6ed
$ a=3.14 $ b="abc def " $ opy -v "x=$a" -v "y=$b" 'B:[x*2, y*2]' 6.28 abc def abc def