mirror of
https://github.com/antirez/aocla
synced 2025-01-13 20:01:40 +01:00
README: markdown fix.
This commit is contained in:
parent
a61ff97aac
commit
c63b410c4c
1 changed files with 1 additions and 0 deletions
|
@ -629,6 +629,7 @@ It contains the following elements:
|
|||
2. A list of procedures: lists bound to symbols, via the `def` word.
|
||||
3. A stack frame, that is just what contains our local variables:
|
||||
|
||||
|
||||
/* We have local vars, so we need a stack frame. We start with a top level
|
||||
* stack frame. Each time a procedure is called, we create a new stack frame
|
||||
* and free it once the procedure returns. */
|
||||
|
|
Loading…
Reference in a new issue