From b4e22170b4cbe580a1583337817f6a388c0e1f55 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 23 Feb 2022 23:50:49 -0800 Subject: edit readmes --- 04/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '04') diff --git a/04/README.md b/04/README.md index 6840080..3e3c292 100644 --- a/04/README.md +++ b/04/README.md @@ -270,5 +270,5 @@ of branching in this language (`if ... goto ...` stands in for `if`, `else if`, you need to use a lot of labels, and that means their names can get quite long. But at least unlike the 03 language, you'll get an error if you use the same label name twice! -Overall, though, this language ended up being surprisingly powerful. With any luck, stage `05` will +Overall, though, this language ended up being surprisingly powerful. In fact, stage `05` will finally be a C compiler... But first, it's time to make [something that's not a compiler](../04a/README.md). -- cgit v1.2.3