Commit
By removing them from words.pws and eliminating a few usages from the docs. We're sometimes criticized for using lingo that is unfamiliar to beginners or those coming from other languages. While RHS and LHS are fairly understandable abbreviations, I think we can just use “right-hand side” or similar in most of the cases without sacrificing anything. I'm not entirely sure what would be the best way to hyphenate it (right-hand side or right hand side? But not to be confused with right-hand-side, right?). It would be nice if we were consistent about it within our docs.
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -157,7 +157,7 @@ Output: | |
| =end code | ||
| A C<try>-block is a normal block and as such treats its last statement as the | ||
| return value of itself. We can therefore use it as a RHS. | ||
| return value of itself. We can therefore use it as a right-hand-side. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
AlexDaniel
Author
Member
|
||
| =begin code | ||
| say try { +"99999" } // "oh no"; | ||
|
|
||
You are using no dash between hand and side in the rest of the changes, right?