
{ Definition of NAM format effectors.

  CONST
    ifc$pre_print_space_1 = ' ',
    ifc$pre_print_space_2 = '0',
    ifc$pre_print_space_3 = '-',
    ifc$pre_print_start_of_line = '+',
    ifc$pre_print_home_cursor = '*',
    ifc$pre_print_home_clear_screen = '1',
    ifc$pre_print_no_positioning = ',',
    ifc$post_print_space_1 = '.',
    ifc$post_print_start_of_line = '/';
