Template:L comment: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu m Template:L omment moved to Template:L comment |
imported>Mathieu mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
Template use to typeset an event name in an event-b listing. | Template use to typeset an event name in an event-b listing. | ||
==Example== | ==Example== | ||
{{l_action|act1|2=a:= 0}}{{l_comment|This is a comment}} | |||
{{l_comment|This is a comment}} | {{l_action|act2|2=c:= a + 1}} | ||
Line 10: | Line 10: | ||
==Template== | ==Template== | ||
</noinclude><!-- | </noinclude><!-- | ||
--><div class="typeset-l_comment" >// {{{1}}} | --><div class="typeset-l_comment" >// {{{1}}}</div> |
Latest revision as of 13:55, 26 February 2009
Usage
Template use to typeset an event name in an event-b listing.
Example
act1 :
a:= 0
// This is a comment
act2 :
c:= a + 1
Template
// {{{1}}}