Re: ERRORS Kat

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

On 29 May 2002, at 0:01, a.tammer at hetnet.nl wrote:

> 
> Hi Kat,
> Did you solve your problems with
> end if   --unknown command
> if equal(sign,"+"),  -- expected end not a fuction
> already?
> 
> Would you let me know what it was? I keep a Db onthese kind of things as a
> reference for my own use ye know.

Yes, it was a function call, instead of a procedure, like Derek and others 
said. The irc code is a bit tiresome to connect just to debug or add features, 
and lacking a goto to skip the connection, preload vars, simulate the irc 
server, and execute the troublesome code offline, i lift it out into another 
seperate program, and haveto rebuild all the functions/procedures in the 
original code. A "goto" to skip code, and not haveto lift it out to new 
procs/funct (and thereby lose all local scoping), would make life a lot easier, 
Rob, see Karl's interpreter. But at 5am, i make more mistakes than usual. I 
had reverted to other languages, and discarded the function results, and 
confused the poor interpreter.

Sorry for the emails. But David and Derek were right too. An interpreter has a 
distinct advantage over compiled languages, it *can* be made smarter and 
more versatile.

Kat

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

Search



Quick Links

User menu

Not signed in.

Misc Menu