InterviewSolution
Saved Bookmarks
| 1. |
What will be the output of for i=1,5,3 do print(i) end? |
|
Answer» What will be the output of for i=1,5,3 do print(i) END? |
|