Talk:Eiffel (programming language): Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Examples: an example with the <code><source></code> tag
Line 207:
'''end'''
'''end'''</font>
 
:guys: I can't follow the long baroque discussion about formatting.
: is this what your are looking for? :
:<source lang="eiffel" style="color:blue;font-style:italic">
class
HELLO_WORLD
create
make
feature
make
do
io.put_string ("Hello, world!")
io.put_new_line
end
end
</source>
:the source/syntaxhighlight label has many parameters, just decide which ones to use and be consistent in their use. Please do not format directly the program text, otherwise it would be useless for copying and pasting to try it with an Eiffel compiler.
 
=== Discussion ===