Some checks are pending
Lean Action CI / build (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 lines
62 B
Matlab
5 lines
62 B
Matlab
disp(2 + 3)
|
|
disp(7 - 4)
|
|
disp(6 * 7)
|
|
disp(20 / 5)
|
|
disp(2 ^ 10)
|