This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Scripting Guide > Data Structures > Lists > Perform Operations in Lists
Publication date: 07/30/2020

Perform Operations in Lists

In lists, you can perform operations.

a = {{1, 2}, 3, {4, 5}};
b = {{10, 20}, 30, {40, 50}};
c = a + b;

c = {{11, 22}, 33, {44, 55}}

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).