TidGi-Desktop/scripts/ShowContents.fbp
2023-07-18 01:10:50 +08:00

5 lines
No EOL
228 B
Text

# In the graph we first need to define the nodes and the connections between them
Read(filesystem/ReadFile) OUT -> IN Display(core/Output)
# Start off the graph by sending a filename to the file reader
'package.json' -> IN Read