CondorLang / Condor

A fast, simple, and intelligent new programming language
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

println #18

Closed boranyldrm closed 7 years ago

boranyldrm commented 7 years ago
import "println" from "console"
import "string"

println("asd");
println(strlen("asd"));

Just prints the second one.

chaseWillden commented 7 years ago

Fixed. Thanks for the submit.