View Single Post
Old 28 October 2023, 23:46   #29
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,292
From 2.0 onwards "Echo" is a shell-builtin and thus not required as an external command. Reimplementing it would be fairly trivial, however. This is probably even on 1.3 a three-liner. Take the arguments, open the dos.library, use write() to write them out. Done.

Variable substitution is even done by the shell before, so no worries there.
Thomas Richter is offline  
 
Page generated in 0.04802 seconds with 11 queries