basic for loop + examples -> era3

This commit is contained in:
Neemek 2026-07-13 10:01:13 +02:00
parent dd7af341a3
commit 0bc8b2ef55
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
24 changed files with 222 additions and 201 deletions

View file

@ -742,7 +742,7 @@ func (v *BuiltinFunctionValue) Type() ValueType {
}
func (v *BuiltinFunctionValue) String() string {
return fmt.Sprintf("<function name=%s builtin>", v.Name)
return fmt.Sprintf("<function builtin name=%s>", v.Name)
}
func (v *BuiltinFunctionValue) DebugString() string {