Hi there, Ben. I was wondering why the semi-colon ( sign is writen after a function (string, or others, whatever) in Grasshopper Mobile App.
Thanks.
P
It is used to separate statements.( a statement is a piece of code that tells the computer to do something. It can be omitted if the statement is followed by a line break or there is only one statement in a code block({statement}).