mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-10 01:25:31 +00:00
Small documentation fix
This commit is contained in:
@@ -59,7 +59,7 @@ Automatic variables defined with the `register` keyword will have the priority w
|
||||
|
||||
## Parameters
|
||||
|
||||
Automatic variables have lifetime starting with the beginning
|
||||
Function parameters have lifetime starting with the beginning
|
||||
of the function call to the function they're defined in
|
||||
and ending when the function returns.
|
||||
They reside in memory and can share their memory location with other parameters and automatic variables,
|
||||
|
Reference in New Issue
Block a user