Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Arrays/Bracmat/arrays.bracmat
Normal file
11
Task/Arrays/Bracmat/arrays.bracmat
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
( tbl$(mytable,100)
|
||||
& 5:?(30$mytable)
|
||||
& 9:?(31$mytable)
|
||||
& out$(!(30$mytable))
|
||||
& out$(!(-169$mytable)) { -169 mod 100 == 31 }
|
||||
& out$!mytable { still index 31 }
|
||||
& tbl$(mytable,0)
|
||||
& (!mytable & out$"mytable still exists"
|
||||
| out$"mytable is gone"
|
||||
)
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue