Gentee: Difference between revisions

From Rosetta Code
Content added Content deleted
(introducing Gentee)
 
(Redirected page to Category:Gentee)
 
Line 1: Line 1:
#REDIRECT [[:Category:Gentee]]
{{Stub}}
{{language
|exec=bytecode
|site=http://www.gentee.com/
|tags=gentee, 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 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 .

Latest revision as of 17:42, 5 December 2010

Redirect to: