Back to manual index

Introduction

This manual is a reference that you can keep handy when you are programming. Use this manual when you want to look up the details of a particular function, type, or constant and find out how to use it.

What is GibPascal?

GibPascal is a 'Pascal like' interpreted programming language. GibPascal inherits many features, functions, and structures of Pascal.

What is Pascal?

Pascal is a programming language that uses statements that change a program's execution. Originally designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.

Note concerning this manual: As of this edition, this is not a complete list of functions or a complete document itself. What I'm trying to say is still a work in progress and does not currently show the full capabilities and procedures of GibPascal.