unleashed-firmware/applications/system/js_app/examples/apps/Scripts/load.js
hedger c8e62ba5e8
mjs: minor fixes (#3442)
* lib: mjs: removed relocation flags

* js: fixed api example script

* js: private api cleanup

* Updated CODEOWNERS & readme for apps
2024-02-12 18:16:58 +04:00

3 lines
94 B
JavaScript

let math = load("/ext/apps/Scripts/load_api.js");
let result = math.add(5, 10);
print(result);