Adaptive Framework 0.9.0

println

The following is a list of properties for the function println:

PropertyValue
briefPrint value followed by '\n'
categorystream
descriptionEvaluate and convert 0 or more values to their string value, then write them to stdout. A newline character ('\n') is written after the last value. An undefined value is represented by '<undefined>'.
functionIdprintln
functionLabelprintln
parameters[ { "description": "Values to print.", "minArgs": 0, "name": "value" } ]
returns{ "dataType": "null" }
sideEffects[ "Values written" ]