Skip to content

Instantly share code, notes, and snippets.

@ApexExpress
Last active September 13, 2023 11:33
Show Gist options
  • Save ApexExpress/f7aed01dafe98e32b8dc76928a182646 to your computer and use it in GitHub Desktop.
Save ApexExpress/f7aed01dafe98e32b8dc76928a182646 to your computer and use it in GitHub Desktop.
have a great time callback
import->goto.next( command/service( connect ) ) && goto: TEST.command;
use english::pkg;
for while: TEST.command goto: eval file && (goto.next( command/service( connect )));
$$ caller.verification if verification.caller($$) || send.err( function.alert.pop );
BEGIN: @COPY( DATA via cody_copy );
COMMAND[ console -> runtime.ext ] %hash.point goto: point.hash %% verification.hash;
TEST{
confirm.authentication;
} continue 100ms caller.confirm.authentication;
CASE{
test: switch;
for switch -> self.host( connect ) direct :select: eval[ ARRAY.configuration ];
} @USER.confirm;
CONFIRM {
sub &command { ... }; // # &command
test: confirm_command
sub &console { ... }; // # &console
test: console_command
sub &station { ... }; // # &station
test: station_command
sub &exporter { ... }; // # &exporter
test: exporter_command
sub &importer { ... }; // # &importer
test: importer_command
sub &extra_S { ... }; // # &extra_s
test: extra_s_command
}
return 0;
return 1;
END;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment