For the latest version of JMP Help, visit JMP.com/help.


Scripting Guide > Data Structures > Lists > Perform Operations in Lists
Publication date: 04/30/2021

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).