aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-24 13:02:29 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-24 13:02:29 +0300
commit8c7b971a3f161bdf8c3dbb90759cd9d8eb39a251 (patch)
tree771a5bd852eb5d19954e2736a3fb1c10ffc6a14c /README.md
parent55746a0f328cfd7acef6a04f3f96ee0157d9fd91 (diff)
downloadUEFI-Lessons-8c7b971a3f161bdf8c3dbb90759cd9d8eb39a251.tar.gz
UEFI-Lessons-8c7b971a3f161bdf8c3dbb90759cd9d8eb39a251.tar.bz2
UEFI-Lessons-8c7b971a3f161bdf8c3dbb90759cd9d8eb39a251.zip
Add lesson 71
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a408197..04e9571 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@ These series of lessons are intendend to get you started with UEFI programming i
- [Lesson 67](Lessons/Lesson_67): More VFR input elements - Part 3: `date` and `time`
- [Lesson 68](Lessons/Lesson_68): More VFR input elements - Part 4: `oneof` and `orderedlist`
- [Lesson 69](Lessons/Lesson_69): Conditional keywords in VFR: `suppressif`/`grayoutif`/`disableif`/`warningif`/`nosubmitif`/`inconsistentif`
+- [Lesson 70](Lessons/Lesson_70): Constants and operators in VFR. Basic condition statements with builtins `ideqval`/`ideqvallist`/`ideqid`/`questionref`/`pushthis`
+- [Lesson 71](Lessons/Lesson_71): Basic VFR builtins for strings: `stringref`/`toupper`/`tolower`/`length`
_____