Scripts and function
Title
Question
Sir,
In video tutorial at 2.38 sec shown output along with the code but im getting only output my code is not displaying in output console
in line number 2 (ie a=5;b=2;c=3; -- here without semicolon also working ..what is the use of semicolon ???)
Scilab Scripts-and-Functions 02-03 min 30-40 sec
Answers:
The semicolon is not a compulsory statement terminator. Its purpose is to stop the contents of the line from being displayed on the console.
Login to add comment