Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 246 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 246 Bytes

Conditionals

This chapter

  • Points out that our Todo list wants to greet people in the morning and evening
  • Uses the Time object to define a conditional return value for the procedure
  • Demonstrates using an early return in the procedure