Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Terminology question - "if-else" or "if/else"?

I would approach this be doing the following (in order of preference) If you follow a style guide, consult it. If you are writing about a specific coding language, consult that language's officia...

posted 6y ago by Scribblemacher‭  ·  last activity 4y ago by System‭

Answer
#3: Attribution notice added by user avatar System‭ · 2019-12-08T08:04:03Z (over 4 years ago)
Source: https://writers.stackexchange.com/a/33561
License name: CC BY-SA 3.0
License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision by user avatar Scribblemacher‭ · 2019-12-08T08:04:03Z (over 4 years ago)
I would approach this be doing the following (in order of preference)

- If you follow a style guide, consult it.
- If you are writing about a specific coding language, consult that language's official documentation and see how they refer to that construct. (For example, I just looked in the Lua 5.3 reference and see that it uses `repeat–until` (with an en dash) to describe that kind of statement, so I would use that format in my own docs about Lua)
- If neither of the above apply, use "`if... else` statement" or "`if-else` statement"—it doesn't matter which, but be consistent with your choice.

As you stated in your question a `/` is generally a stand in for "or". In my opinion, it is very rarely used correctly for that purpose and is often the result of sloppy prose.

#1: Imported from external source by user avatar System‭ · 2018-01-31T14:54:53Z (about 6 years ago)
Original score: 4