fsacer / FailLang

Language based on lox from book "Crafting Interpreters" by @munificent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add some way for printing multiple numbers in the same line

fsacer opened this issue · comments

Currently there is no way to print multiple numbers in the same line. Either cast operator or stringify everything is needed.

fixed by introducing str function