🐐 EVERRO
This commit is contained in:
@@ -899,6 +899,9 @@ class BuiltIn(Node):
|
||||
if not isinstance(params[0], ValList):
|
||||
raise CentvrionError("LONGITVDO requires an array")
|
||||
return vtable, ValInt(len(params[0].value()))
|
||||
case "EVERRO":
|
||||
print("\033[2J\033[H", end="", flush=True)
|
||||
return vtable, ValNul()
|
||||
case _:
|
||||
raise NotImplementedError(self.builtin)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user