-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] manual/variables.rst #7
base: master
Are you sure you want to change the base?
Conversation
このドキュメント内にある英文は、一部更新されている。 |
@@ -54,6 +77,8 @@ the language will not treat variables differently based on their names). | |||
|
|||
Unicode names (in UTF-8 encoding) are allowed: | |||
|
|||
(UTF-8エンコーディングの)ユニコードでの名前を使うことも出来ます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ユニコード名
ユニコードの名前
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ユニコード → Unicode?
Allowed Variable Names | ||
====================== | ||
|
||
許可される変数名 | ||
====================== | ||
|
||
Variable names must begin with a letter (A-Z or a-z), underscore, or a | ||
subset of Unicode code points greater than 00A0; in particular, `Unicode character categories`_ Lu/Ll/Lt/Lm/Lo/Nl (letters), Sc/So (currency and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コードポイント
No description provided.