Search Results for: Empty cachets
, or uncaught exception occurs, an exception is thrown. otherwise, the result of executing the parsed code is returned. getenv(string) => string|() works like its c counterpart, returning the value of the named environment variable. if the variable is not set in the environment, it returns (), the empty
list. load(string) => string reads the contents of the regular file whose pathname is passed and returns them, or throws an exception on error. print(...) accepts any list of printable values (including the empty list), concatenates them, appends ' ', and writes the result to standard output. system...
https://www.vcode.org/vx/