Re: "Programming is Life" Series

new topic     » goto parent     » topic index » view thread      » older message » newer message

DB James wrote:
> 
> --in god1.e
> global constant NOTHING = 0
> --in god2.e
> global constant NOTHING = -1
> 
> --Believer.ex
> include god.e
> include god2.e
> --Note god2.e is here auto-modified for compatibility, unless author2>author1
> 
> --bunch of routines, declares, defines here
> 
> while not equal(Universe,NOTHING) do
>     self=BeBorn(parents)--wow!
>     self-state=HaveUniqueSubsetExperiences(allPossibleExperiences,self)--duck!
>     self-mind=FormUniqueMentalStates(allPossibleMentalStates, self)--you dog!
>     self=RandomLethalEvent(unfairnessOfItAll,self)--bummer
>     self=PrepareForRebirth(NebulousVaguelyMoralEvents,self)--good luck on this
>     one
>     universe=ArrowOfTimeUpdate(universe)--time separates breakfast and dinner
> end while
> 
> BOOM()

Undeclared variable 'self.' Universe destroyed.

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu