File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/eval Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public static void main(final String args[]) {
134134
135135 while (true ) {
136136 try {
137- inputExpression = console .readString (stdout , "▶ " );
137+ inputExpression = console .readString (stdout , ">> " );
138138 if (inputExpression != null ) {
139139 trimmedInput = inputExpression .trim ();
140140 if (trimmedInput .length () >= 4 && trimmedInput .charAt (0 ) == '/' ) {
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ public static void main(final String args[]) {
143143
144144 while (true ) {
145145 try {
146- inputExpression = console .readString (stdout , "▶ " );
146+ inputExpression = console .readString (stdout , ">> " );
147147 if (inputExpression != null ) {
148148 trimmedInput = inputExpression .trim ();
149149 if (trimmedInput .length () >= 4 && trimmedInput .charAt (0 ) == '/' ) {
You can’t perform that action at this time.
0 commit comments