Special symbols used in source text

//

Two slant symbols indicate a comment. All text from "//" to the end of the string is considered a comment.

|

A vertical stroke in the beginning of line is used only in line constants and indicates that this line continues the previous string (line break).

~

Tilde symbol indicates beginning of operator label.

:

Colon indicates end of operator label.

;

Semicolon indicates operator separation.

( )

Round brackets contain list of parameters for methods, procedures, functions and/or wizards. You can also use round brackets in script expressions.

[ ] 

You can use square brackets to call object properties basing on property name string representation. You can also call collection elements by an index or a different parameter.

,

Commas separate parameters in list of parameters for methods, procedures, functions and/or wizards.

" " 

Double quotation marks contain string literal constants.

' '

Single quotation marks contain date literal constants.

.

Decimal point in numeric literals. A separator used to call properties and methods of script objects.

+

Plus symbol indicates addition and concatenation operation.

-

Minus symbol indicates deduction operation.

Asterisk symbol indicates multiplication operation.

Single slant line indicates division operation.

%

Getting residue of division operation. Fractional values are permitted for dividend and divider.

Right angle bracket indicates More logical operation.

>=

More or Equal logical operation.

Left angle bracket indicates Less logical operation.

<= 

Less or Equal logical operation.

Equals sign indicates assignment or Equal logical operation.

<> 

Two angle brackets indicate Not Equal logical operation.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1C:Enterprise Developer's Community