Simkin Compound Statement


This a list of statements is enclosed withing braces:

For example:

  {
    a=4;
    b=a*2;
  }