corrected typo

This commit is contained in:
sejo 2021-08-11 20:16:44 -05:00
parent b328670bc1
commit 3f17e3daeb
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ we also talk about logic and stack manipulation instructions in uxntal.
here we discuss the animation loop of the varvara computer, via its screen device vector!
we also talk about using the program memory as an space for data via "variables", in order to have some persistency of data during the runtime of our programs, and/or in order to save us from complex stack wrangling :)
we also talk about using the program memory as a space for data via "variables", in order to have some persistency of data during the runtime of our programs, and/or in order to save us from complex stack wrangling :)
=> ./uxn_tutorial_day_4.gmi {uxn tutorial day 4}

View File

@ -4,7 +4,7 @@ this is the fourth section of the {uxn tutorial}!
here we discuss the animation loop of the varvara computer, via its screen device vector.
we also talk about using the program memory as an space for data via "variables", in order to have some persistency of data during the runtime of our programs, and/or in order to save us from complex stack wrangling :)
we also talk about using the program memory as a space for data via "variables", in order to have some persistency of data during the runtime of our programs, and/or in order to save us from complex stack wrangling :)
# the screen vector