From 2b87845a4037032bf41dafdc7e7820c71bd382f9 Mon Sep 17 00:00:00 2001 From: sergeych Date: Sun, 8 Jun 2025 14:40:11 +0400 Subject: [PATCH] more docs --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 2c523ee..6da0ad1 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -11,7 +11,7 @@ In other word, the code usually works as expected when you see it. So, nothing u __Other documents to read__ maybe after this one: -- [Advanced topics](advanced_topics.md) +- [Advanced topics](advanced_topics.md), [declaring arguments](declaring_arguments.md) - [OOP notes](OOP.md) - [math in Lyng](math.md) - Some class references: [List], [Real], [Range], [Iterable], [Iterator]