ASCII-Only Characters in Comment

All comments must include only ASCII characters.

Incorrect:

# привет.
# 你好,伙计
# Γεια σας
[] > foo

Correct:

# This is the comment with all ASCII characters.
[] > foo