Skip to content

c
if (conditie)
{
    InstrIf;
}
else
{
    InstrElse;
}