fork download
  1. Number<-as.integer[[prompt="please enter a number of Table"]]
  2. Disp_table[number]
  3. {
  4. for[tin 1:10]
  5. {
  6. print[paste[number,'*',t,'=',number*t]]
  7. }}
Success #stdin #stdout #stderr 0.28s 40588KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error in as.integer[[prompt = "please enter a number of Table"]] : 
  object of type 'builtin' is not subsettable
Execution halted