ExtendLang/Extend

Friendlier error message

Closed this issue · 1 comments

main(args) {
unfriendly := "yes";
[unfriendly, 10] x := 4;
return x;
}