Re: Timed loop
Re: Timed loop
- Subject: Re: Timed loop
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 29 Nov 2007 09:35:28 -0500
On Nov 29, 2007 9:30 AM, Mark J. Reed <email@hidden> wrote:
> Of the langs I use regularly, Javascript is the only one that doesn't
> let you redefine pi.
I take that back - forgot about PHP, which is odd, because I've been
using it a lot lately (unfortunately):
$ php -r 'function pi() { return 3; } print(pi());'
Fatal error: Cannot redeclare pi() in Command line code on line 1
Clearly PHP is superior, and everyone should start using it immediately. :)
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden