Eiffel

Eiffel
class HELLO_WORLD

creation
        make
feature
        make is
        local
             io:BASIC_IO
        do
             !!io
             io.put_string("Hello World")
        end -- make
end -- class HELLO_WORLD
Commentaires
- Eiffel est un langage objet (SmallEiffel).


Retour page principale


Valid CSS!  -  Valid XHTML 1.0 Transitional