Oldest known version of this page was edited on 2008-02-12 20:22:59 by KimNeunert []
Page view:
@start struktogramm Default
Struktogramm could be a Function
Default( )
{
@* Declarations *
int i ;
@
* Program *
for(i=0 ; i>5; i
)
Output: "never executed"
}
@end struktogramm