grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
120 stars 23 forks source link

How to get special characters like tab(escape sequence) in Yacas #311

Closed MortezaRahmaniJRP closed 4 years ago

MortezaRahmaniJRP commented 4 years ago

Hello, everyone! How to get escapeSeq in Echo or Write or WriteString functions especially tab character(\t or chr(9) or Char(9) or ...)?

grzegorzmazur commented 4 years ago

Hi, unfortunately it is not possible yet. But it's fairly simple to implement, I'll give it a go in next week or two.