mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
feat: add console-run (#44)
This commit is contained in:
parent
d4b2e5dd40
commit
96af0d4d4d
@ -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: ⊤)
|
||||||
|
Loading…
Reference in New Issue
Block a user