RosettaCodeData/Task/Quoting-constructs/J/quoting-constructs-3.j
2023-07-01 13:44:08 -04:00

12 lines
127 B
Text

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