Re: Suggested Extension to Euphoria language

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

What I wanna see is bob=dave[1..5][2..28]  It's annoying to have to do a
for-end for construction for that every time.

bob=repeat(0,5)
for i = 1 to 5 do
bob[i]=dave[i][2..28]
end for

I do this kinda thing CONSTANTLY working with images and virtual screens.


Michael Packard
Lord Generic Productions
lgp at exo.com http://exo.com/~lgp
A Crash Course in Game Design and Production
http://exo.com/~lgp/euphoria

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

Search



Quick Links

User menu

Not signed in.

Misc Menu