Category:Pebble

From Rosetta Code
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Pebble
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Pebble.

Pebble homepage

Pebble is a programming language, compiler, and IDE for x86 DOS. It uses Flat Assembler and compiles com files starting at under 100 bytes.

The three supported data types are unsigned integers, single dimensional unsigned integer arrays, and strings which are single dimensional character arrays.

Operator precedence is *, /, +, -, <, >, <=, >=, =, <>, &, and |.

Pages in category "Pebble"

The following 7 pages are in this category, out of 7 total.