Commit e2049c75 by Nick N. Sukharev

Внешние функции array_size, performed_stage и string_trim замененны на внутренни…

…е для объектов типа array и string
1 parent 3e30b467
Showing with 2 additions and 6 deletions
......@@ -23,10 +23,7 @@ context {
external function numbers_from_text(text: string): string;
external function dates_from_text(text: string): 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 performed_stage(stages: string[], stage: string): string[];
external function sleep_ms(duration: number): unknown;
external function json_encode(object: unknown): string;
external function time_stamp(): number;
......@@ -331,7 +328,7 @@ node thanks_bye_2
do
{
//Благодарю за уделенное время. Всего доброго.
set $cjm = external performed_stage($cjm, "thanks_bye_2");
$cjm.push("thanks_bye_2");
#say("thanks_for_time_2");
var result = blockcall SkipMessagesBlock();
goto do_before_exit;
......@@ -662,4 +659,4 @@ digression record
{
}
}
\ No newline at end of file
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!