lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The two words mean almost exacly opposite things.
> 
> "memorize" means to commit something to memory, so that you
> don't need to consult your notes.

In a computer, "your notes" and "memory" are the same thing. To consult
your notes means to access the memory and read what is there.

-- Roberto