Capy-Bearer Documentation

var_dump

host call

Capy

function var_dump(value : dval, prefix : string = "", postfix : string = "") string

Description

var_dump formats a dval as a string.

Parameters

value : value to format

prefix : text before the formatted value

postfix : text after the formatted value

Return Values

formatted string

Example

Capy

print(var_dump(dval({"name": "Ada"})), "\n")