Category:Gentee

From Rosetta Code
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
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.

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 C and it has a lot in common with other C-like languages like 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 .

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Gentee"

This category contains only the following page.