We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For whatever reason there is an extra newline on input to the interpreter:
With this example
⎕ ← ⊂data ← (1 2 3 4) (2 5 8 6) (8 6 2 3) (8 7 6 1) data 2 4⍴⍳8
calling gnu-apl-interactive-send-line or gnu-apl-interactive-send-region produces this:
gnu-apl-interactive-send-line
gnu-apl-interactive-send-region
╔═══════════════════════════════════════╗ ║┏→━━━━━━┓ ┏→━━━━━━┓ ┏→━━━━━━┓ ┏→━━━━━━┓║ ║┃1 2 3 4┃ ┃2 5 8 6┃ ┃8 6 2 3┃ ┃8 7 6 1┃║ ║┗━━━━━━━┛ ┗━━━━━━━┛ ┗━━━━━━━┛ ┗━━━━━━━┛║ ╚═══════════════════════════════════════╝ ╔═══════╗ ║1 2 3 4║ ║5 6 7 8║ ╚═══════╝
I believe the output should not have a tab character on the first line, like so:
Originally posted by @doyougnu in #40 (comment)
See: #40 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For whatever reason there is an extra newline on input to the interpreter:
With this example
calling
gnu-apl-interactive-send-line
orgnu-apl-interactive-send-region
produces this:I believe the output should not have a tab character on the first line, like so:
Originally posted by @doyougnu in #40 (comment)
See: #40 (comment)
The text was updated successfully, but these errors were encountered: