fork download
  1. for x in range (1,4,1);
  2. for y in range (1,(x+1),1):
  3. print (y,end(" ")
  4. print ()
Success #stdin #stdout #stderr 0.11s 45496KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
parse error near line 1 of file /home/yixSmZ/prog.octave

  syntax error

>>> for x in range (1,4,1);
           ^

error: source: error sourcing file '/home/yixSmZ/prog.octave'