From 128160155a650d685b60c8c76190bade197b364d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 2 Feb 2015 12:19:47 -0800 Subject: 703 --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index dedd320b..16219566 100644 --- a/Readme.md +++ b/Readme.md @@ -253,6 +253,12 @@ inserting code at them. (You'll find this version in `tangle.mu`.) +This is a good time to point out that `{` and `}` are also just labels in mu +syntax, and that `break` and `loop` get rewritten as jumps to just after the +enclosing `}` and `{` respectively. This gives us a simple sort of structured +programming without adding complexity to the parser -- mu functions remain +just flat lists of instructions. + --- Another example, this time with concurrency. -- cgit 1.4.1-2-gfad0