digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

DOCS: Update time.rst #283

Closed AllPurposeName closed 6 years ago

AllPurposeName commented 8 years ago

Unused variable demonstrating synchronous timinig.

benswift commented 8 years ago

Hi there, the pseudocode should actually say now, because the point is that because the previous line will hold up execution, that line won't get executed until 1 second has passed after the last one.

Having said that, thanks for looking through the docs, and suggestions on how to make things clearer are certainly welcome.