|
From: | Henrik Moller |
Subject: | Re: The way to suppress a trailing new line |
Date: | Fri, 1 Nov 2024 10:36:08 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |