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{}

No comments:

Post a Comment