Bart Lateur wrote: > > "The Chiefs have scored a touchdown, now they will try for the extra point" > > could be expressed in gamerules::americanfootball as > > > > now $points{touchdown} = 2; > > now $points{fieldgoal} = 1; > > If you use "now" as a replacement for "local", shouldn't the > Chiefs loose their points at the end of the match, or even some time > earlier? Are you saying that in Belgian rules football, the teams accumulate their scores the whole season? The whole life of the coach? :) I meant that at the end of the extra-point phase, the score valuations will return to their normal values, of touchdown == 6 and fieldgoal == 3 > In other words: I don't think it really works. > > I'm all for renaming local(), mind you. So what is your suggestion? -- David Nicol 816.235.1187 [EMAIL PROTECTED] I don't watch TV, I have no telephone, and I vote
- Re: Transcription of Larry's talk Larry Wall
- Re: Transcription of Larry's talk Simon Cozens
- Re: Transcription of Larry's talk Jarkko Hietaniemi
- Re: Transcription of Larry's talk Larry Wall
- Re: Transcription of Larry's talk Piers Cawley
- Re: renaming local to "fornow" (o... Nathan Torkington
- renaming local to "hold" David L. Nicol
- Re: Transcription of Larry's talk David L. Nicol
- Re: Transcription of Larry's talk Larry Wall
- Re: Transcription of Larry's talk Philip Newton
- Re: Transcription of Larry's talk Steve Fink
- compile-time taint checking and the halting pro... David L. Nicol
- Re: (COPY) compile-time taint checking and... Steve Fink
- Re: (COPY) compile-time taint checking... David L. Nicol
- Re: compile-time taint checking an... Steve Fink
- Semantic analysis [Was: compile-ti... Ken Fox
- Re: compile-time taint checking and the hal... Larry Wall
- Re: compile-time taint checking and the... Dan Sugalski