BAPFS Lecture 16

This commit is contained in:
Edward R. Gonzalez 2022-07-14 00:35:32 -04:00
parent 37e4b8874e
commit 83b0ee2974
4 changed files with 1261 additions and 3 deletions

View File

@ -11,5 +11,5 @@ def multi_variable(a, b)
return a * b; return a * b;
} }
// square(2); square(2);

View File

@ -13,7 +13,7 @@ while (index < str.Length)
{ {
str[index]; str[index];
// console.log(index, str[index]); console.log(index, str[index]);
index += 1; index += 1;
} }

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ config/icon="res://Assets/Branding/RDP_Class_cover_small.png"
[autoload] [autoload]
GScene="*res://Lectures/Lecture.tscn" GScene="*res://Lectures/Lecture.tscn"
GScript="*res://Lectures/Lecture.15.gd" GScript="*res://Lectures/Lecture.16.gd"
[gui] [gui]