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[]) {
134
134
135
135
while (true ) {
136
136
try {
137
- inputExpression = console .readString (stdout , "▶ " );
137
+ inputExpression = console .readString (stdout , ">> " );
138
138
if (inputExpression != null ) {
139
139
trimmedInput = inputExpression .trim ();
140
140
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[]) {
143
143
144
144
while (true ) {
145
145
try {
146
- inputExpression = console .readString (stdout , "▶ " );
146
+ inputExpression = console .readString (stdout , ">> " );
147
147
if (inputExpression != null ) {
148
148
trimmedInput = inputExpression .trim ();
149
149
if (trimmedInput .length () >= 4 && trimmedInput .charAt (0 ) == '/' ) {
You can’t perform that action at this time.
0 commit comments