mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-14 19:11:46 -07:00
BAPFS Lecture 16
This commit is contained in:
@ -11,5 +11,5 @@ def multi_variable(a, b)
|
||||
return a * b;
|
||||
}
|
||||
|
||||
// square(2);
|
||||
square(2);
|
||||
|
||||
|
@ -13,7 +13,7 @@ while (index < str.Length)
|
||||
{
|
||||
str[index];
|
||||
|
||||
// console.log(index, str[index]);
|
||||
console.log(index, str[index]);
|
||||
|
||||
index += 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user