Skip to content
  • Yorick Peterse's avatar
    Added StringFormatDebug · 2c17fe95
    Yorick Peterse authored
    This instruction can be used to format a string for debugging purposes.
    For example, the string `hello` would be turned into `"hello"`. This is
    implemented using a VM instruction to keep things simple and fast.
    2c17fe95