Synopsis
void nb_replace_line(unsigned line_number,
                     unsigned char *tokens);
Description

nb_replace_line replaces the program line with line number line_number with the tokenized text tokens. If the line line_number does not already exist, is inserted into the program.