Open AdrickTench opened 1 month ago
In rust interpreter:
!(println! good) [STDOUT] good [()]
In mettalog:
[ good ()]
separating with [STDOUT] good rather than making the print appear to be a result is cleaner, let's make mettalog behave like rust here.
[STDOUT] good
fixed now i think!
Can you confirm?
In rust interpreter:
In mettalog:
separating with
[STDOUT] good
rather than making the print appear to be a result is cleaner, let's make mettalog behave like rust here.