The agent script consists of statements. Its grammar is written in an Extended BNF.
::= statement*
::= line_comment | normal_statement line_comment?
::= line_comment
| normal_statement line_comment?
::= "//" non_terminal_char*
Ignored in parsing.
::=
hoge