readme updates
This commit is contained in:
parent
07057cbb70
commit
ab118b0913
|
@ -484,7 +484,7 @@ If you're looking for an example check the interface to the C standard library
|
||||||
time functions in cstdlib/time.c.
|
time functions in cstdlib/time.c.
|
||||||
|
|
||||||
## goto
|
## goto
|
||||||
The goto statement is implemented, but only supports forward gotos, not backward.
|
The goto statement is implemented but only supports forward gotos, not backward.
|
||||||
The rationale for this is that backward gotos are not necessary for any
|
The rationale for this is that backward gotos are not necessary for any
|
||||||
"legitimate" use of goto.
|
"legitimate" use of goto.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue