RosettaCodeData/Task/Hello-world-Text/J/hello-world-text-2.j

36 lines
582 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
[data=. 'Hello world!'
Hello world!
2013-04-10 21:29:02 -07:00
data
2015-11-18 06:14:39 +00:00
Hello world!
2013-04-10 21:29:02 -07:00
smoutput data
2015-11-18 06:14:39 +00:00
Hello world!
2017-09-23 10:01:46 +02:00
NB. unassigned names are verbs of infinite rank awaiting definition.
NB. j pretty prints the train.
Hello World!
Hello World !
2019-09-12 10:33:56 -07:00
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!