Skip to content

Commit fbf9600

Browse files
author
EgonOlsen
committed
Comment
1 parent 7a4a203 commit fbf9600

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/sixtyfour/elements/commands

1 file changed

+1
-1
lines changed

src/main/java/com/sixtyfour/elements/commands/Print.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public List<CodeContainer> evalToCode(CompilerConfig config, Machine machine, St
252252
if (add.equals("\t")) {
253253
if (type.equals(Type.INTEGER) || type.equals(Type.REAL)) {
254254
if (isFileWrite(appendix)) {
255-
// file
255+
// file...actually, CRSRRIGHT would handle this case as well, but anyway...
256256
expr.add("MOV A,# {STRING}");
257257
expr.add("JSR STROUT" + appendix);
258258
} else {

0 commit comments

Comments
 (0)