Skip to content

Commit

Permalink
Add explanation of lhs / rhs
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 8, 2024
1 parent cc33791 commit c733801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/references/docs/conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ C3 differs in some crucial respects when it comes to number conversions and prom

C3 uses two's complement arithmetic for all integer math.

*Please note: the abbreviations "lhs" for "left hand side" and "rhs" for "right hand side" are used in the text below.

## Target type

The left hand side of an assignment, or the parameter type in a call is known as the *target type* the target type is used for implicit widening and inferring struct initialization.
Expand Down

0 comments on commit c733801

Please sign in to comment.