Some checks are pending
Lean Action CI / build (push) Waiting to run
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
55 B
Matlab
6 lines
55 B
Matlab
n = 7;
|
|
if n > 5
|
|
disp("big")
|
|
else
|
|
disp("small")
|
|
end
|