Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/blog/2023-10-02-malloy-four/index.malloynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ these will continue to work. They are listed here to provide a complete list of

* [There are three kinds of string literals, `'`, `"`, and `"""`.](../../documentation/language/datatypes.malloynb#string)
These can be used interchangeably anywhere a literal is legal.
calculations* Casting to a specific database type is now legal using a quoted type name
calculations
* [Casting to a specific database type is now legal using a quoted type name](../../documentation/language/expressions.malloynb#type-cast)
* [Safe cast operator `:::`](../../documentation/language/expressions.malloynb#safe-type-cast)
* [Annotations and Tags](../../documentation/language/tags.malloynb)
* [`??` (the nullish coalescing operation)](../../documentation/language/expressions.malloynb#null-operations)
Expand Down