source: trunk/t3q-examples/CodeFormatting/Generic/formattingIssues.ttcn3

Last change on this file was 55, checked in by phdmakk, 13 years ago
  • updated and improved examples
File size: 275 bytes
Line 
1module formattingIssues {
2        import from a all;
3        import from ab all;
4       
5        group ga {
6        function f_ssMsInitiateDhcpv4(){
7                //blas bla blas
8        } //end function f_ssMsInitiateDhcpv4
9
10        altstep as(){
11        }
12    function f_ssMsStartDhcpv4 (){
13                var integer ai := b;
14 
15    }
16    }
17   
18   
19}
Note: See TracBrowser for help on using the repository browser.