Sujet : Re: Can C #includes like this be made to work on VMS?
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 17. Oct 2024, 01:11:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vepkn3$2e42c$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
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