rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Add print interface to std #128

Closed rtulip closed 1 year ago

rtulip commented 1 year ago

Looking for something like this:

interface Print<T> {
    fn print(T)
    fn println(T) { print "\n" print }
}
rtulip commented 1 year ago

closed with #129