add readUntil

This commit is contained in:
2023-06-29 00:57:52 +01:00
parent 9649c33217
commit af934e0429
18 changed files with 302 additions and 103 deletions

View File

@@ -192,8 +192,8 @@ func makeGlobal() ArObject {
if callable, ok := x.obj["__fraction__"]; ok {
resp, err := runCall(
call{
callable: callable,
args: []any{},
Callable: callable,
Args: []any{},
},
stack{},
0,