no GOTO

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

Can't the lack of GOTO in Euphoria be woker around with PROCEDURE which is
really GOSUB.

I have often thought about writing a Euphoria to Basic library for people 
familiar with basic but new to Euphoria.

For example my VAL()

global function getdec(sequence seq) --returns a decimal given a sequence
atom de
sequence value_string
  value_string=value(seq[1..length(seq)])
  de = value_string[2]
return de
end function


 There's my first contributation. Somebody should add it.

Don Cole
SF

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

Search



Quick Links

User menu

Not signed in.

Misc Menu