Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Alexander
/
alex-hunter-sales-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e2049c75
authored
Oct 10, 2022
by
Nick N. Sukharev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Внешние функции array_size, performed_stage и string_trim замененны на внутренни…
…е для объектов типа array и string
1 parent
3e30b467
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
app/main.dsl
app/main.dsl
View file @
e2049c7
...
@@ -23,10 +23,7 @@ context {
...
@@ -23,10 +23,7 @@ context {
external function numbers_from_text(text: string): string;
external function numbers_from_text(text: string): string;
external function dates_from_text(text: string): string;
external function dates_from_text(text: string): string;
external function part_of_the_day(): string;
external function part_of_the_day(): string;
external function array_size(arr: unknown): number;
external function string_trim(one_line: string): string;
external function is_empty(check: unknown): boolean;
external function is_empty(check: unknown): boolean;
external function performed_stage(stages: string[], stage: string): string[];
external function sleep_ms(duration: number): unknown;
external function sleep_ms(duration: number): unknown;
external function json_encode(object: unknown): string;
external function json_encode(object: unknown): string;
external function time_stamp(): number;
external function time_stamp(): number;
...
@@ -331,7 +328,7 @@ node thanks_bye_2
...
@@ -331,7 +328,7 @@ node thanks_bye_2
do
do
{
{
//Благодарю за уделенное время. Всего доброго.
//Благодарю за уделенное время. Всего доброго.
set $cjm = external performed_stage($cjm,
"thanks_bye_2");
$cjm.push(
"thanks_bye_2");
#say("thanks_for_time_2");
#say("thanks_for_time_2");
var result = blockcall SkipMessagesBlock();
var result = blockcall SkipMessagesBlock();
goto do_before_exit;
goto do_before_exit;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment