Clarify content regarding operators #51

Merged
ThinkOpenly merged 1 commits from operators into master 4 years ago
ThinkOpenly commented 4 years ago (Migrated from github.com)
  • Explicitly mention that there are no default conversions.
  • Clarify that binary operations are on like types.
  • Clarify requirements for the ternary operator and add an example.

Asserting that the clarified content is clear enough,
Fixes #11.

Signed-off-by: Paul A. Clarke pc@us.ibm.com

- Explicitly mention that there are no default conversions. - Clarify that binary operations are on like types. - Clarify requirements for the ternary operator and add an example. Asserting that the clarified content is clear enough, Fixes #11. Signed-off-by: Paul A. Clarke <pc@us.ibm.com>
The pull request has been merged as 139af543b9.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b operators master
git pull origin operators

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff operators
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#51
Loading…
There is no content yet.