Skip to content

albertonl/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Documentation for the ALB Programming Language

current version none up to date with version none

docs version 0.0.2

Found a bug?

Contact us! At alblang.project@gmail.com and we will try too fix it as soon as possible.

Basic structure of an ALB program

This is the basic structure of an ALB program. You will need this knowledge to understand and properly compile and execute ALB programs.

// This is a comment. Comments must be introduced by two slashes (//), and they are simply ignored by the compiler.
BEGIN
	// some code...
END

Every program is delimited by the BEGIN and END instructions. Any text not between these instructions will not influence the final result, nor any comment inside or outside the BEGIN-END structure.

Comments are specified by writing two slashes (//) at the beginning of the comment. Anything after the slashes and in the same line will be ignored. Comments are single-lined. There are not multiple-line comments in ALB.

Table of contents

  • stdlib: ALB Standard Library.

    • stdout: Standard Output: usage, interaction, methods and examples.

    • stdin: Standard Input: usage, interaction, methods, examples and getting values from console.

  • variables: creation, interaction, information and examples.

Version history

Key: released version in progress version planned version withdrawn version

  • 0.0.1: Initial release (stdout, variables, README.md, MIT License)
  • 0.0.2: variables and stdin
  • 0.0.3: data types
  • 0.0.4: operators

About

Documentation for the ALB Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published