Template:L comment
From Event-B
Jump to navigationJump to search
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}}}
Template use to typeset an event name in an event-b listing.
a:= 0
c:= a + 1