Skip to content

Commit

Permalink
Sort out some ? Example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdunkerley committed May 25, 2024
1 parent 08ab238 commit 9c73264
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ type Integer

The bitwise compliment negates the value of each bit in the operand.

? Example
> Example
Bitwise negation of 2_0110.

2_0110.bit_not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,8 @@ type DB_Table
`Duplicate_Output_Column_Names` is reported according to the
`on_problems` setting.

? Example Transpose Operation
> Example
Transpose Operation

Input Table `table`:

Expand Down Expand Up @@ -2096,7 +2097,8 @@ type DB_Table
- If there are more than 10 issues with a single column,
an `Additional_Warnings`.

? Example Cross Tab Operation
> Example
Cross Tab Operation

Input Table `table`:

Expand Down
9 changes: 6 additions & 3 deletions distribution/lib/Standard/Table/0.0.0-dev/src/Table.enso
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,8 @@ type Table
`Duplicate_Output_Column_Names` is reported according to the
`on_problems` setting.

? Example Transpose Operation
> Example
Transpose Operation

Input Table `table`:

Expand Down Expand Up @@ -2503,7 +2504,8 @@ type Table
- If there are more than 10 issues with a single column,
an `Additional_Warnings`.

? Example Cross Tab Operation
> Example
Cross Tab Operation

Input Table `table`:

Expand Down Expand Up @@ -2713,7 +2715,8 @@ type Table
`attribute_columns` or `value_column`, a `Unexpected_Extra_Columns`
is reported according to the `on_problems` setting.

? Example to_xml Operation
> Example
to_xml Operation

Input Table `table`:

Expand Down

0 comments on commit 9c73264

Please sign in to comment.