blob: c815ce94985cb431f3299325fbb35c42dff5d1e9 [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/6.3.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.bool">bool</h1>
<!-- {% raw %} -->
A type to represent booleans. There are only two possible values: <a href="globals.html#True">True</a> and <a href="globals.html#False">False</a>. Any value can be converted to a boolean using the <a href="globals.html#bool">bool</a> function.
</body>
</html>
<!-- {% endraw %} -->