label function

void label(
  1. String title
)

Display labels.

ラベルを表示します。

Implementation

void label(String title) {
  stdout.add(utf8.encode("\r\n#### $title"));
}