sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug at simple printing code

mehanalavimajd opened this issue · comments

Hascal version: newest I think 1.3.5 or 1.3.6

OS: Ubuntu 20.04

What did you do?

function main() :int{
        print("hello world")
        return 0
}

What did you expect to see?
Hello world
What did you see instead?
Error : Illegal character '"':2

Bug fixed in this commit, reclone your hascal repo.

I will reinstall it today