[Info-vax] Can C #includes like this be made to work on VMS?
Arne Vajhøj
arne at vajhoej.dk
Wed Oct 16 20:11:15 EDT 2024
On 10/16/2024 7:38 PM, Lawrence D'Oliveiro wrote:
> On Wed, 16 Oct 2024 19:26:52 -0400, Arne Vajhøj wrote:
>> * command FOOBAR ARG ! the EVE_ prefix makes it a command
>
> But you still had to call eve$prompt_string and all that jazz.
TPU is a procedural language.
eve_all_replace calls eve$prompt_string and eve$all_replace.
But that has not really anything to do with the command.
command ALL REPLACE "A" "B"
execute:
EVE_ALL_REPLACE("A", "B");
and the command execution does not care whether all code
in EVE_ALL_REPLACE is inline or in separate procedures.
Arne
More information about the Info-vax
mailing list