Todo

The todo keyword is used to specify that some code is not yet implemented.

todo キーワードは、あるコードがまだ実装されていないことを指定するために使用します。

The as "some string" is optional, though you may wish to include the message if you have more than one code block marked as todo in your code.

as "some string" は省略可能です。しかし、コード中に todo としてマークされたコードブロックが複数ある場合は、メッセージを含めるとよいでしょう。

When used the Gleam compiler will print a warning to remind you the code is unfinished, and if the code is run then the program will crash with the given message.

このキーワードを使用すると、Gleam コンパイラはコードが未完成であることを知らせる警告を表示します。もしコードを実行した場合、指定されたメッセージを伴いつつプログラムがクラッシュします。