You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add comments and empty lines for better readability and documentation. If you have a comment in the first line, it will be used as name of the definition.
105
+
```
106
+
# this definition reads files and counts their lines
107
+
ReadFile() OUT -> IN SplitbyLines()
108
+
ReadFile() out -> In SplitbyLines()
109
+
110
+
# some comment
111
+
112
+
# and for readability :-)
113
+
ReadFile(ReadFile) OUT -> IN SplitbyLines(SplitStr)
0 commit comments