feat: add console-run (#44)

This commit is contained in:
shamsartem 2023-05-30 16:20:18 +02:00 committed by GitHub
parent d4b2e5dd40
commit 96af0d4d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,3 +382,6 @@ service Stat("stat"):
service Debug("debug"): service Debug("debug"):
-- Convert any object into a string -- Convert any object into a string
stringify(o: ) -> string stringify(o: ) -> string
service Console("run-console"):
print(any: )