Skip to Content
Q# Pocket Guide
book

Q# Pocket Guide

by Mariia Mykhailova
June 2022
Intermediate to advanced
205 pages
3h 53m
English
O'Reilly Media, Inc.
Content preview from Q# Pocket Guide

Chapter 3. Expressions

This chapter offers an overview of the expressions defined in Q#. An expression is an entity that the compiler can evaluate to determine its value. Expressions are constructed from literals, variables, operations, and functions using a variety of operators, modifiers, and combinators.

In this chapter, I’ll go over each type of operator, modifier, and combinator that Q# offers. Most Q# operators are very similar to those found in other languages, so I will briefly cover the syntax of the more familiar operators and spend more time on the modifiers and combinators that are less common or are unique to Q#.

I’ll start with the comparative operators and operators acting on the simpler data types, such as Bool and Int, and then follow with the expressions involving more complicated data types, data structures, and finally, operations and functions.

Note

Q# expressions that include multiple operators are evaluated following the rules of operator precedence and associativity, which define the order in which operators are applied. These rules are rather intuitive and similar to those you’d see in other programming languages, so I will not describe them explicitly in this chapter. For a formal definition of the precedence and associativity of all Q# operators and modifiers, see the Q# documentation.

Equality Operators

Equality operators check whether their operands are equal or not. They include equality == and inequality != operators. These operators are defined ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

The Three Traps That Stymie Reinvention

The Three Traps That Stymie Reinvention

Ryan Raffaelli
The Human Factor in AI-Based Decision-Making

The Human Factor in AI-Based Decision-Making

Philip Meissner, Christoph Keding

Publisher Resources

ISBN: 9781098108854Errata Page