ALSO value1 value2
返回第一个值,但也评估第二个值。
ALSO 是一个函数值。
also: func [ {Returns the first value, but also evaluates the second.} value1 [any-type!] value2 [any-type!] ][ return get/any 'value1 ]