Update README.md

This commit is contained in:
pkivolowitz 2022-06-07 15:49:10 -05:00 committed by GitHub
parent c0872114af
commit 35e49fbcd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Here is what we would need to write to support a `continue` if the "conventional
1: cmp x0, 10 // 5 1: cmp x0, 10 // 5
bge 3f // 6 bge 3f // 6
// 7 // 7
// CODE BLOCK "A" // 8 // CODE BLOCK "A". // 8
// 9 // 9
// if (i == 5) // 10 // if (i == 5) // 10
// continue // 11 // continue // 11