all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
list=: 0 2$0
|
||||
list
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
list=: ,: _ 42
|
||||
list
|
||||
_ 42
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
list=: 0 2$a: NB. creates list with 0 items
|
||||
list
|
||||
list=: ,: (<_) , <'some text' NB. creates list with 1 item
|
||||
list
|
||||
+-+---------+
|
||||
|_|some text|
|
||||
+-+---------+
|
||||
Loading…
Add table
Add a link
Reference in a new issue