[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The way to suppress a trailing new line
From: |
Koki Fushimi |
Subject: |
The way to suppress a trailing new line |
Date: |
Fri, 1 Nov 2024 15:27:32 +0900 |
Hi. Is there a way to suppress a trailing new line in the output?
```sh
apl --silent --noCIN --noCONT --OFF --noSV -f main.apl
```
```apl:main.apl
⎕←'Hello!'
```
```txt:output
Hello!
```
For example, Dyalog doesn’t add an extra new line:
```sh
dyalogscript main.apl
```
```txt:output
Hello!
```
Koki Fushimi
- The way to suppress a trailing new line,
Koki Fushimi <=