Grissess / simula

A graphical network editor, model library, and dataflow programming language for Python
GNU General Public License v3.0
3 stars 1 forks source link

print "words"(string value1).......etc #5

Closed JacobErnst98 closed 8 years ago

Grissess commented 8 years ago

Presently, the Printer node prints out the list of all values on its polyinput; it would not be difficult to add a Printer-like node with a unique input instead, which matches more closely the Python print() function semantics.