Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
2
Task/Hello-world-Text/J/hello-world-text-1.j
Normal file
2
Task/Hello-world-Text/J/hello-world-text-1.j
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'Hello world!'
|
||||
Hello world!
|
||||
35
Task/Hello-world-Text/J/hello-world-text-2.j
Normal file
35
Task/Hello-world-Text/J/hello-world-text-2.j
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[data=. 'Hello world!'
|
||||
Hello world!
|
||||
data
|
||||
Hello world!
|
||||
smoutput data
|
||||
Hello world!
|
||||
|
||||
NB. unassigned names are verbs of infinite rank awaiting definition.
|
||||
NB. j pretty prints the train.
|
||||
Hello World!
|
||||
Hello World !
|
||||
|
||||
|
||||
NB. j is glorious, and you should know this!
|
||||
|
||||
i. 2 3 NB. an array of integers
|
||||
0 1 2
|
||||
3 4 5
|
||||
|
||||
verb_with_infinite_rank =: 'Hello world!'"_
|
||||
|
||||
verb_with_infinite_rank i. 2 3
|
||||
Hello world!
|
||||
|
||||
|
||||
verb_with_atomic_rank =: 'Hello world!'"0
|
||||
|
||||
verb_with_atomic_rank i. 2 3
|
||||
Hello world!
|
||||
Hello world!
|
||||
Hello world!
|
||||
|
||||
Hello world!
|
||||
Hello world!
|
||||
Hello world!
|
||||
Loading…
Add table
Add a link
Reference in a new issue