× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: Is this the Free-Format that we asked for?
  • From: "John Taylor" <john.taylor@xxxxxxxxxxxxxxx>
  • Date: Thu, 2 Nov 2000 09:26:12 -0700

Hi Anton,

> Do we need to code the + to continue on the next line? I assume: NO. As
i'm
> trying to avoid spaghetti, i use quite some lines. So this would make some
> EVALs easier to read and would sum up to no win/no loss, maybe.

More of a loss than a win I think, because there is no longer any such thing
as "extended factor 2". The whole line is available to you now, so there
will be fewer multiple-line statements. There is also much less of a
reliance upon EVAL. You no longer need it to call procedures, or to evaluate
(at least some) expressions. In fact, I'm not sure where exactly you still
need to use it.

Eval x = SomeFunction( 'DummyParm')

  can now be coded as

x = SomeFunction()

Eval x = x + 1

   can now be coded as

x = x + 1

> I appreciate it! GOTO, handled with care and some mercy to others, is
> *sometimes* clearer than another constructions. But i happily say good bye
> to GOTO, as i never can be sure of that. The other point that hits my eye
> is that your code has two exit points. I don't like that, too.

Well then, maybe Toronto should remove LEAVESR and RETURN as well? ;-)


Regards,

John Taylor
Canada

+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.