Pico Programming Language Assignment Help

Pico Programming language

Pico programming language is designed to introduce the programming to the students who are not familiar with the programming or not in the the field of computer science. Pico Programming language was develop in the Software language lab at Vrije Universiteit Brussel. Pico Programming language is for those who do not want to programming hard but want their hand in programming. Pico Programming language is used for the educational purpose to teach the students programming by enjoying the coding. Pico is a very easy to understand and very friendly to the students.

Comments is the pico Programming language is surround by the backquotes (" ")

Variables are dynamically type var : value


Pico Programming Language Assignment Help By Online Tutoring and Guide Sessions at AssignmentHelp.Net


Data types

  • String
  • Integer
  • real
  • table
pico programming language

Functions

func(param1, param2)

Operators

{`
+(5, 2)
5 + 2
`}