Skip to content

v.2.1.1

Compare
Choose a tag to compare
@ryuichiueda ryuichiueda released this 27 Oct 07:42
· 50 commits to master since this release
  • add -v option
$ a=3.14
$ b="abc def " 
$ opy -v "x=$a" -v "y=$b" 'B:[x*2, y*2]' 
6.28 abc def abc def