bitkeeper-scm / little-lang

The Little Programming Language
http://www.little-lang.org
215 stars 18 forks source link

"new" pattern function call on "widget" type doesn't work #12

Open rampall opened 4 years ago

rampall commented 4 years ago

The following code from the docs

widget w = Text_new();
Text_insert(w, "end", "hi!");

throws the error:

bad window path name "new"
    while executing
"w = Text_new()"