Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Jun 6, 2018
1 parent eb27d41 commit 33ab67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Prototypes/System.wl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ Prototype["StringJoin"] := Module[{},
Unprotect[StringJoin];
StringJoin[args___ /; MemberQ[{args}, _Integer | _Real]] := Apply[StringJoin, {args} /. {n : (_Integer | _Real) :> ToString[n, InputForm]}];
Protect[StringJoin];
Print["StringJoin will now automatically convert integers and reals to strings"];
]

0 comments on commit 33ab67f

Please sign in to comment.