Initial commit
This commit is contained in:
commit
9b2e9b184f
3 changed files with 48 additions and 0 deletions
7
tests.bqn
Normal file
7
tests.bqn
Normal file
|
@ -0,0 +1,7 @@
|
|||
⟨SaveNpy,LoadNpy⟩←•Import"npy.bqn"
|
||||
|
||||
a←3‿4‿5•rand.Range 0
|
||||
"testbqn.npy"SaveNpy a
|
||||
b←LoadNpy"testbqn.npy"
|
||||
! a≡○≢b
|
||||
! a≡b
|
Loading…
Add table
Add a link
Reference in a new issue