Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Quoting-constructs/J/quoting-constructs-1.j
Normal file
4
Task/Quoting-constructs/J/quoting-constructs-1.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
0 :0
|
||||
1 2 3
|
||||
4 5 6
|
||||
)
|
||||
4
Task/Quoting-constructs/J/quoting-constructs-2.j
Normal file
4
Task/Quoting-constructs/J/quoting-constructs-2.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{)n
|
||||
1 2 3
|
||||
4 5 6
|
||||
}}
|
||||
12
Task/Quoting-constructs/J/quoting-constructs-3.j
Normal file
12
Task/Quoting-constructs/J/quoting-constructs-3.j
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
NB. no trailing linefeed
|
||||
A=: '1 2 3'
|
||||
|
||||
NB. removing linefeed
|
||||
A=: 0 : 0-.LF
|
||||
1 2 3
|
||||
)
|
||||
|
||||
NB. removing linefeed
|
||||
A=: {{)n
|
||||
1 2 3
|
||||
}}-.LF
|
||||
7
Task/Quoting-constructs/J/quoting-constructs-4.j
Normal file
7
Task/Quoting-constructs/J/quoting-constructs-4.j
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{
|
||||
{{
|
||||
A=: {{)n
|
||||
1 2 3
|
||||
}}-.LF
|
||||
}}''
|
||||
}}''
|
||||
Loading…
Add table
Add a link
Reference in a new issue