Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:arduino:breeze [03-Jun-2019 14:33] – [Named Sections of Code] Steve Joyntcomputers:arduino:breeze [02-Feb-2025 16:14] (current) – external edit 127.0.0.1
Line 178: Line 178:
 More parameters may be supplied, but will be ignored as comments, but beware of using [brackets] or (brackets) within the parameters as they will be executed as usual. It is recommended to enclose any comments in quotes. More parameters may be supplied, but will be ignored as comments, but beware of using [brackets] or (brackets) within the parameters as they will be executed as usual. It is recommended to enclose any comments in quotes.
  
-If the first parameter is "#", it does not need to be unique and it is ignored. This form can be used to continue the comment from the previous line.+If the first parameter is "#", it does not need to be unique and it is ignored. This form can be used to continue the comment from the previous line, to describe this subroutine in more detail.
  
 <code> <code>
Line 190: Line 190:
  
 <code> <code>
-100 # CountDown "This is the entry point to this sub-routine"+100 # CountDown "This is the entry point to this section of code"
 105 # # "It counts down from 10 to 1, then signals 'Blast Off'" 105 # # "It counts down from 10 to 1, then signals 'Blast Off'"
 110 set count 10 110 set count 10
  • computers/arduino/breeze.1559572425.txt.gz
  • Last modified: 02-Feb-2025 16:12
  • (external edit)