Characters that can be used in source code of the Rice.

Characters that can be used

Rice code other than string literals and comments are described using a subset of the ASCII character set. The following character sets can be used in the description.


AlphabetA~Z a~z
Numeric character0~9
Symbol_+-*/%<>=!(){}.,$"&|;
Space characterThe \s character class in the regular expression of the .NET Framework.

Characters that can be used in string literals and comments

You can use all the characters, in the string literals and comments.


Copyright © Rice All rights reserved.