question on structures again

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

hi,

i still have a mind problem with structures which would be really nice to have (in my mind). could anybody kind if give me an example for:

structure ListCapsule  
 object andlist 
 object orlist  
 object rules 
 object certainties 
end -- or some how else 
 
ListCapsule abc -- create an variable for it 
 

how could i realize this in euphoria to have an easy, structured access to the lists (ListCapsule.andlist) and gain readability for the program. it would be nice to be able to extend the structure maybe like

structure ListCap extends ListCapsule 
 atom xx 
 sequence yy 
end 

thanx for any help or suggestion.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu