Doc: Add in keyword page - #30
Draft
Zoroark-Zwart wants to merge 14 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The purpose of this suggestion is to make the
inoperator visible in the help docs beyond being used in conjunction with for in theFor Loopspage. Sinceincan be used to see if a value is in any sequence, it is a powerful feature that is not highlighted in the docs.To make this addition, I created a new scripting page that helps to explain the operator and gives 2 examples using. These examples feature 2 coding problems that are asked and discussed in the Discord help channel frequently.
Discord Suggestions thread: https://discord.com/channels/988081966035402783/1506854230185611374
Pull Request (PR)
The PR is in draft mode because it requires additional translations. I have provided an EN version and tried to add changes to other languages where I can. I have noted the changes and additions below.
Concerns for Functionality
Suggestion link: https://discord.com/channels/988081966035402783/1506852343906570330
For now, I have put the true costs in the
timings.mdpage.Changes
These things have been changed for all languages and don't need translations.
home.md
Added an
inlink under theUnlockscategory. Changed the unlock permission for tuples to variables.Changes made for all languages.
for.md
Reordered the Sequences section and changed unlock permission for tuples to variables
Additions
Here are all of the additions that would need translations.
in.md
Completely new. Added the EN version to all languages with only the Sequences section translated using the same section from
for.mdlist.md
Added an example:
operators.md
Added this at the top under
Boolean operators:Added this under the
Logic Operatorssection:timings.md