Skip to content

Commit ee74f19

Browse files
authored
Merge pull request #37 from navinsubramani/Function_List
Adding Array function with Assigning capability, array size, insert, …
2 parents af879bf + fc14843 commit ee74f19

File tree

13 files changed

+93
-2
lines changed

13 files changed

+93
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
a="naVIN"
2-
print(tolower(a)=="navin")
1+
a={{1,2,3}{1,2,3}}
2+
print((a.size()))
3+
print(a[0][1])
Binary file not shown.
Binary file not shown.
Binary file not shown.

source code/LSL components/functions/functions list/Array Functions/Array Functions.lvclass

Lines changed: 90 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)