Gentee

Revision as of 14:03, 5 December 2010 by rosettacode>Axtens (introducing Gentee)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

The Gentee programming language can be classified as a procedure-oriented language with some features typical of object-oriented programming. It has no complicated constructions and is easy to use, but at the same time it is a powerful tool for solving all kinds of tasks. The syntax of the language is based on the syntax of the C programming language and it has a lot in common with other C-like languages C++, Java, C#. Gentee has the same numeric types int, uint, byte, ubyte, long, double, float, ... and can perform the same operations with them +, ==, <, >, -, /, +=, ++, --, /=,... as in other similar programming languages. When you write programs, you can use all basic constructions that you come across in other languages. For instance, such as while, if, for, with, foreach, switch, include .

Language
Gentee
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Lang tag(s): gentee, Gentee
See Also:


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