[*f] Functional Stream
- +time
- +hash
- +size
- f* / ~~~*
Quick Example:
/# Get largest and smallest 16 bit number and store them in maxval and minval
;#*f|+size|_type|_max|_int16|maxval
;#_type|_min|_int16|minval
;#_ret|f*
/# Output maxval and minval
;#*i|+output|_text|s#The Largest 16 bit int value is: |_var|_int16|maxvar|_end
;#_text|s#The Smallest 16 bit int value is: |_var|_int16|minval|_end
;#_ret|i*