You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -127,6 +147,7 @@ For those who desire for scripts to edit it's very important. The syntax is rath
127
147
- "<" is the string's beginning is for one-string comment.
128
148
- "#" in the string's beginning is for defination of command.
129
149
- "[..., ..., ...]" is for function argument's splitted with "," form. It goes strictly on the next line after the command defination.
150
+
- "@" is a label, to which some arguments are connecting.
130
151
- An "-1" argument means it connected with next string index.
131
152
- ">" is for string beginning.
132
153
After its goes mark of primar index of string or -1. If it's -1, the string is connected. Connected strings always goes after the defination of connected arguments.
@@ -139,6 +160,7 @@ DO NOTE: NOT AN ALL OF CONNECTED INDEXES WAS FOUND!**
139
160
- "<" в начале строки обозначает однострочный комментарий.
140
161
- "#" в начале строки есть определение команды.
141
162
- "[..., ..., ...]" есть форма описания аргументов функции (разделяются запятой) и следует сразу после определения команды.
163
+
- "@" есть метка, на кою ссылаются некоторые команды.
142
164
- Аргумент "-1" значит, что он связан с индексом следующей строки.
143
165
- ">" обозначает строк начало.
144
166
После сего идёт либо показатель изначального индекса строки, либо -1. -1 значит, что строка связанная. Связанные строки всегда следуют после задачи связанных аргументов.
0 commit comments