Skip to content

Commit

Permalink
core.R: Add print (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege authored Jul 18, 2017
1 parent 71dfaaa commit d2ea027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rprocessing/r/core.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,5 @@ RIGHT = RLangPApplet$RIGHT
ALT = RLangPApplet$ALT
CONTROL = RLangPApplet$CONTROL
SHIFT = RLangPApplet$SHIFT

print = stdout$print

1 comment on commit d2ea027

@gaocegege
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have created a new version, v1.0.4, in this commit.

Please sign in to comment.