Post Reply 
How to write a program to output multiple results
10-25-2020, 06:47 PM
Post: #2
RE: How to write a program to output multiple results
The approach of the Prime built in functions is to return a list. See EIGENVV for example.

RETURN {val1, val2, val3}

You can also dynamically build the list with an arbitrary number of values with the CONCAT function.

Thibault - not collector but in love with the few HP models I own - Also musician : http://walruspark.co
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to write a program to output multiple results - pinkman - 10-25-2020 06:47 PM



User(s) browsing this thread: 2 Guest(s)