Visual languages Assignment Help
Visual Programming language is a type of programming language in which user is allowed to specify program in two – (or more)-dimensional way, instead of as one-dimension text string, by graphic layout of various types. In this programming language the user can create programs by manipulating program elements graphically rather than by specifying them textually. It allows the programming with visual expressions, spatial arrangements of text and graphical symbols, used either as elements of syntax or secondary notation.
fig:Visual languages
Visual languages Assignment Help By Online Tutoring and Guide Sessions at AssignmentHelp.Net
Here is an example of Visual languages
Eiffel Example: In which it will print Hi...How r u??{` className HEY create make feature make do io.put_string ("hi ...how r u?") io.put_new_line end end `}