- return

范式

- return:  expr

您可以通过return标签来返回结果

属性

用法

返回常量

- return: '"hello world!"'

返回变量

- return: '$/path'

返回空

- return: