From a1c22e954299de5c823ec47cd2f633355764e3b2 Mon Sep 17 00:00:00 2001 From: Dimitrii Dulgher Date: Sat, 13 Apr 2024 00:04:06 +0300 Subject: Add hrefs to code keywords --- src/content/chapter0_basics/lesson16_blocks/en.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/content/chapter0_basics/lesson16_blocks/en.html') diff --git a/src/content/chapter0_basics/lesson16_blocks/en.html b/src/content/chapter0_basics/lesson16_blocks/en.html index bc82e39..b19c586 100644 --- a/src/content/chapter0_basics/lesson16_blocks/en.html +++ b/src/content/chapter0_basics/lesson16_blocks/en.html @@ -7,8 +7,11 @@ Any variables assigned within the block can only be used within the block.

- Try uncommenting io.debug(degrees) to see the compile error from - trying to use a variable that is not in scope. + Try uncommenting + + io.debug(degrees) + + to see the compile error from trying to use a variable that is not in scope.

Blocks can also be used to change the order of evaluation of binary operators -- cgit v1.2.3