You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom 1.27.1 x64
Extempore 0.7.0 Win !0
Started with:
extempore --device 3 --sharedir "E:/Coding/Extempore" --term cmd
I am evaluating (println "Hello, World!")
It prints in the server terminal (Windows cmd.exe) but not in status bar of the Atom editor.
Instead I see #t flash for a moment in the Atom status-bar and disappear
The text was updated successfully, but these errors were encountered:
sbandx
changed the title
feedback from the Extempore compiler is “echoed” (printed out) a #t in status-bar instead of correct output
Feedback from the Extempore compiler is not properly “echoed” (printed out) in Atom status-bar
May 30, 2018
That is what println is supposed to do. The status bar displays the return value of whatever function you've called, so the status bar is displaying #t (true), i.e. that the message printed in the console correctly. To display on the status bar, evaluate ("Hello, World!").
Atom 1.27.1 x64
Extempore 0.7.0 Win !0
Started with:
extempore --device 3 --sharedir "E:/Coding/Extempore" --term cmd
I am evaluating (println "Hello, World!")
It prints in the server terminal (Windows cmd.exe) but not in status bar of the Atom editor.
Instead I see #t flash for a moment in the Atom status-bar and disappear
The text was updated successfully, but these errors were encountered: