Skip to content

Commit 2e2c9ad

Browse files
authored
Merge pull request #19 from navinsubramani/Function_List
adding while loop, string operations and done few updates in Comparis…
2 parents fbf7508 + c212bec commit 2e2c9ad

21 files changed

+169
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
a=toupper("Soliton")
2+
3+
while(strlen(a)!=0)
4+
->print(substr(a,0,1))
5+
->a=substr(a,1,strlen(a)-1)
6+
->wait(1)

source code/LSL components/functions/functions list/Comparison Operations/Comparison Operations.lvclass

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

0 commit comments

Comments
 (0)