Skip to content
github-actions[bot] edited this page Nov 7, 2025 · 5 revisions

empty-block - Block is empty and can be removed

Non-compliant Code Example

_if a
_then
  write(a)
_else
  # block without any contents
_endif

Compliant Code Example

_if a
_then
  write(a)
_endif

Note

This page is generated. Any changes made to this page through the wiki will be lost in the future.

Clone this wiki locally