Syntax With Example

  • Syntax:-
  • Syntax is a set of rules that must be followed when constructing a program. Syntax tell us how keywords and operators may be used. Forgetting a space or a small spelling mistake will make the Qbasic to produce “syntax Error” message and step program execution. 
    Following Image is a example of syntax Error When sysntax error occure in qb64 

Comments

Popular posts from this blog

Expression Types and operators with Example

Variable and Types With Example