liberty-eiffel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Liberty-eiffel] Please integrate


From: Jörg Baranczek
Subject: [Liberty-eiffel] Please integrate
Date: Sat, 22 Apr 2017 11:28:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi, please look at the source file.

the code works with ise eiffel but not with liberty eiffel. can you pleas integrate this.

thanks

----------------------------------------------------------------------------------------------------------------------------------------

class ARR

create {ANY}
    make

feature {ANY}

        a : ARRAY[INTEGER]

    make
    do
        create a.make(0,2)

        a.put(100,0)
        io.put_integer(a.item(0))

--              works in ise eiffel but not in liberty-eiffel

--        a[1] := 200
--        io.put_integer(a[1])
    end

end






reply via email to

[Prev in Thread] Current Thread [Next in Thread]