This is the gnu-apl-mode interactive buffer. To toggle keyboard help, call M-x gnu-apl-show-keyboard (C-c C-k by default). APL symbols are bound to the standard keys with the Super key. You can also activate the APL-Z input method (M-x toggle-input-method or C-\) which allows you to input APL symbols by prefixing the key with a "." (period). There are several customisation options that can be set. Click the link or run M-x customize-group RET gnu-apl to set up. To disable this message, set gnu-apl-show-tips-on-start to nil. Network listener started. Connection information: mode:tcp addr:33535 )load 1 cfg_test DUMPED 2022-02-12 09:43:41 (GMT-5) NEW )COPY_ONCE workspace:1_cfg DUMPED 2022-02-12 09:43:20 (GMT-5) NEW )COPY_ONCE workspace:1_lex DUMPED 2021-01-13 15:05:56 (GMT-5) NEW )COPY_ONCE workspace:1_utl DUMPED 2022-02-07 14:53:09 (GMT-5) NEW )COPY_ONCE workspace:1_utf8 DUMPED 2022-02-12 10:01:25 (GMT-5) DUMPED 2022-02-07 14:53:09 (GMT-5) NEW )COPY_ONCE workspace:1_assert DUMPED 2021-01-25 12:00:27 (GMT-5) NEW )COPY_ONCE workspace:1_find_test_data DUMPED 2022-02-12 09:46:35 (GMT-5) NEW )COPY_ONCE workspace:1_preferences DUMPED 2022-02-12 09:49:05 (GMT-5) NEW )COPY_ONCE workspace:5_FILE_IO DUMPED 2021-04-17 15:55:50 (GMT-5) NEW )COPY_ONCE workspace:1_arg_parser DUMPED 2022-02-12 09:42:49 (GMT-5) )fns tes test_data test∆cfg test∆contains test∆from_arg test∆from_find test∆from_prefs test∆instance_version test⍙metadata test∆cfg sample.ini uses '=' as a delimiter t1←cfg∆parse_file test_data,'/sample.ini' lex∆keys t1 test succeeded. lex∆keys t1 lex∆lookup 'DEFAULT' test succeeded. (t1 lex∆lookup 'DEFAULT') lex∆lookup 'Compression' test succeeded. sample.cfg uses ':' as a delimiter t1←cfg∆parse_file test_data,'/sample.cfg' lex∆keys t1 test succeeded. lex∆keys t1 lex∆lookup 'DEFAULT' test succeeded. (t1 lex∆lookup 'DEFAULT') lex∆lookup 'Compression' test succeeded. t1←cfg∆parse_file test_data,'/sample2.ini' lex∆keys t1 test succeeded. lex∆keys t1 lex∆lookup '' test succeeded. (t1 lex∆lookup '') lex∆lookup 'NAME' test succeeded. )load 1 cl_test DUMPED 2022-02-12 09:44:13 (GMT-5) NEW )COPY_ONCE workspace:1_cl DUMPED 2022-02-12 09:43:57 (GMT-5) NEW )COPY_ONCE workspace:5_APLComponentFiles/ComponentFiles.apl DUMPED 2021-04-17 15:55:50 (GMT-5) NEW )COPY_ONCE workspace:1_prompt DUMPED 2022-02-12 09:49:14 (GMT-5) NEW )COPY_ONCE workspace:1_import DUMPED 2022-02-12 09:47:26 (GMT-5) NEW )COPY_ONCE workspace:1_date DUMPED 2022-02-12 09:44:39 (GMT-5) test∆cl VALUE ERROR test∆cl[1] assert∆setup 'test_cl_setup' ^ )fns ass )off Process apl finished This is the gnu-apl-mode interactive buffer. To toggle keyboard help, call M-x gnu-apl-show-keyboard (C-c C-k by default). APL symbols are bound to the standard keys with the Super key. You can also activate the APL-Z input method (M-x toggle-input-method or C-\) which allows you to input APL symbols by prefixing the key with a "." (period). There are several customisation options that can be set. Click the link or run M-x customize-group RET gnu-apl to set up. To disable this message, set gnu-apl-show-tips-on-start to nil. Network listener started. Connection information: mode:tcp addr:33651 )load 1 cl_test DUMPED 2022-02-12 09:44:13 (GMT-5) NEW )COPY_ONCE workspace:1_cl DUMPED 2022-02-12 09:43:57 (GMT-5) NEW )COPY_ONCE workspace:1_lex DUMPED 2021-01-13 15:05:56 (GMT-5) NEW )COPY_ONCE workspace:5_APLComponentFiles/ComponentFiles.apl DUMPED 2021-04-17 15:55:50 (GMT-5) NEW )COPY_ONCE workspace:1_utl DUMPED 2022-02-07 14:53:09 (GMT-5) NEW )COPY_ONCE workspace:1_prompt DUMPED 2022-02-12 09:49:14 (GMT-5) NEW )COPY_ONCE workspace:5_FILE_IO DUMPED 2021-04-17 15:55:50 (GMT-5) NEW )COPY_ONCE workspace:1_assert DUMPED 2021-01-25 12:00:27 (GMT-5) NEW )COPY_ONCE workspace:1_import DUMPED 2022-02-12 09:47:26 (GMT-5) NEW )COPY_ONCE workspace:1_utf8 DUMPED 2022-02-12 10:01:25 (GMT-5) DUMPED 2022-02-07 14:53:09 (GMT-5) NEW )COPY_ONCE workspace:1_date DUMPED 2022-02-12 09:44:39 (GMT-5) NEW )COPY_ONCE workspace:1_find_test_data DUMPED 2022-02-12 09:46:35 (GMT-5) NEW )COPY_ONCE workspace:1_preferences DUMPED 2022-02-12 09:49:05 (GMT-5) NEW )COPY_ONCE workspace:1_arg_parser DUMPED 2022-02-12 09:42:49 (GMT-5) test∆cl test_cl_setup test_cl_type cl∆open_db test_cl_spec test succeeded. utl∆numberp cfh←cl∆init 'cl_test01' test succeeded. cfh cl∆assign 'cash_flow_I' test_cash_flow_I test succeeded. cfh cl∆assign 'fifthq' test_fifthq test succeeded. cfh cl∆assign 'websites' test_websites test succeeded. cfh cl∆assign 'f500' test_f500 test succeeded. cfh cl∆lookup 'cash_flow_I' test succeeded. cfh cl∆lookup 'fifthq' test succeeded. cfh cl∆lookup 'websites' test succeeded. cfh cl∆lookup 'f500' test succeeded. cl∆close cfh cl∆erase 'cl_test01' cl∆close_db