RosettaCodeData/Task/Quoting-constructs/J/quoting-constructs-3.j

13 lines
127 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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