Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1402,6 +1402,8 @@ private void initGlobalVariableAliases() {
m.put("$-v", "$VERBOSE");
m.put("$-w", "$VERBOSE");
m.put("$-0", "$/");
m.put("$RS", "$/");
m.put("$INPUT_RECORD_SEPARATOR", "$/");
m.put("$>", "$stdout");
}

0 comments on commit 6c46121

Please sign in to comment.