vb.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shotos
    New Member
    • Feb 2008
    • 1

    vb.NET

    Am having the same question i want to create a vb.net program to be able to scann parse,do semantic analysis on the ff

    Int a,b;
    Int c;

    While (cond) do
    A= B+ 1
    Loop

    Cond could be any compound boolean arithmetic function (a = b, a>b, a<b, a<=b, etc) which could include ANDs or Ors.
Working...