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
@@ -395,6 +395,8 @@ private void initializeGlobalVariables() {

// TODO (nirvdrum 05-Feb-15) We need to support the $-0 alias as well.
globals.getOperations().setInstanceVariable(globals, "$/", defaultRecordSeparator);

globals.getOperations().setInstanceVariable(globals, "$SAFE", 0);
}

private void initializeConstants() {

0 comments on commit 4c52c92

Please sign in to comment.