Search found 2 matches
- Wed May 07, 2025 5:51 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Livecode and Javascript
- Replies: 9
- Views: 3184
Re: Livecode and Javascript
The JavaScript code is correct and calculates 15. You may not get 15 as "result" because your environment is not set up to capture .log output or the value of the res variable directly. You may need to explicitly return res; so that it is the result.
- Tue May 06, 2025 8:57 am
- Forum: Talking LiveCode
- Topic: Support and Resources for LiveCode Beginners?
- Replies: 18
- Views: 20267
Re: Support and Resources for LiveCode Beginners?
Beginning LiveCode" by Mark Schonewille: A fantastic starting point, covering fundamental concepts in a clear and accessible way. It guides you through the basics of the LiveCode IDE, scripting language, and UI design.