Showing posts with label loop. Show all posts
Showing posts with label loop. Show all posts

Sunday, January 4, 2015

Select For and Loops

- The canonical way to block indefinitely is an empty select statement:
  select{}

- While canonical way to loop indefinitely is an empty for statement:
  for{}