Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 757

Getting Started with LiveCode - Experienced Developers • Re: Livecode and Javascript

$
0
0
This simplification works:

CODE:

function add(a, b) {    return a + b;}add(5, 10);
The result value is then 15.

Statistics: Posted by SWEdeAndy — Sat Mar 15, 2025 12:44 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles