PARAM expected after type keyword

After a type keyword in the default section of a formula, a parameter block is expected. This is an example of a valid parameter block:

default:
  float param myParam
    default = 3
  endparam

See Also
Parameter blocks
Errors