about summary refs log tree commit diff stats
path: root/028call_return.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3841Kartik K. Agaram2017-04-271-3/+3
| | | | | Use the real original instruction in error messages. Thanks Ella Couch.
* 3664Kartik K. Agaram2016-11-101-1/+0
|
* 3656Kartik K. Agaram2016-11-101-0/+173
Periodic cleanup to replace 'reply' with 'return' everywhere in the repo. I use 'reply' for students to help reinforce the metaphor of function calls as being like messages through a pipe. But that causes 'reply' to get into my muscle memory when writing Mu code for myself, and I worry that that makes Mu seem unnecessarily alien to anybody reading on Github. Perhaps I should just give it up? I'll try using 'return' with my next student.