Skip to content

Commit

Permalink
Better display of results
Browse files Browse the repository at this point in the history
  • Loading branch information
perezzini committed Oct 20, 2017
1 parent 11d0150 commit d9e362a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tigerinterp.sml
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,5 @@ struct
in
rv
end
in (print("\nComienzo de ejecución...\n"); evalFun("_tigermain", []); print("\nFin de ejecución.\n")) end
in (print("\n**INTER: Comienzo de ejecución...\n"); evalFun("_tigermain", []); print("\n**INTER: Fin de ejecución.\n")) end
end

0 comments on commit d9e362a

Please sign in to comment.