Skip to content

Note that a ⎕NPUT content-only left argument can be a character matrix - #1015

Open
abrudz wants to merge 1 commit into
Dyalog:mainfrom
abrudz:320-nput-charmat
Open

Note that a ⎕NPUT content-only left argument can be a character matrix#1015
abrudz wants to merge 1 commit into
Dyalog:mainfrom
abrudz:320-nput-charmat

Conversation

@abrudz

@abrudz abrudz commented Aug 11, 2026

Copy link
Copy Markdown
Member

Fixes #320

When encoding and newline are omitted, X specifies only content, which can be a simple character vector, a character matrix, or a vector of character vectors. charmat ⎕NPUT Y is equivalent to (⊂charmat) ⎕NPUT Y.

Dyalog#320)

When encoding and newline are omitted, X specifies only content, which
can be a simple character vector, a character matrix, or a vector of
character vectors. charmat ⎕NPUT Y is equivalent to (⊂charmat) ⎕NPUT Y.
@abrudz
abrudz requested a review from FionaDyalog August 11, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⎕NPUT's left argument can also be a simple charvec or charmat

1 participant