Todo

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

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.

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.