Skip to content
github-actions[bot] edited this page Nov 22, 2024 · 4 revisions

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.