it felt very confusing to use write as println

This commit is contained in:
Neemek 2026-07-07 23:32:57 +02:00
parent daab50d54c
commit e48bda7e98
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
3 changed files with 3 additions and 3 deletions

View file

@ -347,7 +347,7 @@ type Call struct {
}
var DefaultGlobals = map[string]Value{
"write": &BuiltinFunctionValue{
"println": &BuiltinFunctionValue{
"write", // always remember where you come from...
&FunctionSignature{
[]TypeSignature{&AnySignature{}},