Skip to content

Commit

Permalink
[DOC] Fix $< comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 18, 2024
1 parent fd8e6e8 commit dbbaf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.y
Original file line number Diff line number Diff line change
Expand Up @@ -10490,7 +10490,7 @@ parse_gvar(struct parser_params *p, const enum lex_state_e last_state)
case '.': /* $.: last read line number */
case '=': /* $=: ignorecase */
case ':': /* $:: load path */
case '<': /* $<: reading filename */
case '<': /* $<: default input handle */
case '>': /* $>: default output handle */
case '\"': /* $": already loaded files */
tokadd(p, '$');
Expand Down

0 comments on commit dbbaf87

Please sign in to comment.