On Tue, Jan 24, 2017 at 6:00 PM, Bob Martin <bob.mar...@excite.com> wrote:
> in 770207 20170124 005601 Chris Angelico <ros...@gmail.com> wrote:
>
>>REXX has even less structure than Python - it doesn't even have
>>functions, just labels, so you can actually have two functions that
>>share a common tail. And yes, you can abuse that horrendously to
>>create unreadable code. Is REXX a bad language because of that? No.
>>You can use structure badly, and you can use freedom badly.
>
> Of course Rexx has functions!

Built-ins, yes, but when you define your own, it's by giving a label.
It isn't a function until it's called as a function.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to