Multiple instructions on same line in Spin
EMHmark7
Posts: 93
Hi,
Using Spin language for Propeller, is there a delimiter that allows putting multiple instructions on the same line?
Thanks
Using Spin language for Propeller, is there a delimiter that allows putting multiple instructions on the same line?
Thanks
Comments
I see that C lists allow the 'in a row' approach, but I have to scroll sideways - left and right - as well as up and down to read.
I prefer to only have to scroll up and down. Zooming doesn't work as the font gets too tiny to read.
I suppose you could have Spin code accept both ways by inserting a special character in between as punctuation.
Why not use Simple IDE and just code in GCC? That seems to be the style you desire.
SPIN does some other unique things for notation and documentation. Curly brackets and double curly brackets and windows that show more or less comments.
If we change indentation and some lines are left as is, it changes the logic
and there is not way that I know of to know what was the indentation before beginning to change it. Neither I know a way to change indentation of several lines together.
-Phil