erickstudios/clouddata/proyects/ErickOS/limalite++.pdf/Variables/Lists.app
erickstudios/clouddata/proyects/ErickOS/limalite++.pdf/Variables/Lists.app
Command
// define variables
list app
// wait for not bugs
wait 0.1
list Messajes
// other wait for not bugs
wait 0.1
Hello = Hello , World!
Bye = Bye bye!
// using variable Hello in command echo
echo Hello()
// wait a second
wait 1
// using variable Hello in command echo
echo Bye()
// wait a second before the window closes to see the result
wait 1
result :
Hello , World
Bye bye!
variables paths
/app
/Messajes
/Hello.var
/Bye.var