summaryrefslogtreecommitdiff
path: root/1322/CH5/EX5.12/49ex2.sce
blob: 6c002e5d2a65553c930c35a0ef7c20c57c8ad944 (plain)
1
2
3
4
5
6
7
8
9
10

clear;
clc;
close;
for x=1:20
  if(5*(x-3)==20)
    mprintf("the value of x is %i \n",x)
    break
  end
end