Currently, when you evaluate a platform script program, it outputs `JSON-ish` stuff. Instead, it should output YAML. We should have a `print()` function that prints a PSValue to a string. This is what should use when we evaluate a platform script.
Currently, when you evaluate a platform script program, it outputs
JSON-ishstuff. Instead, it should output YAML.We should have a
print()function that prints a PSValue to a string. This is what should use when we evaluate a platform script.