Gentee
  • Gentee script programming language
  • Language Reference
    • Lexical elements
    • Types
    • Declarations
    • Statements
    • Error handling
    • Expressions
    • Running programs
    • Multithreading
    • Include and import
  • Standard Library Reference
    • Archiving
    • Array
    • Boolean
    • Buffer
    • Characters
    • Console
    • Constants
    • Context
    • Cryptography
    • Encoding
    • Files
    • Float numbers
    • Integer
    • Map
    • Multithreading
    • Network
    • Object
    • Path
    • Process
    • Regular expressions
    • Runtime
    • Sets
    • Strings
    • System
    • Time
  • Go Integration
    • Reference
    • Compilation and execution
    • Advanced features
    • Playground
  • Change language
    • Русский
Powered by GitBook
On this page

Was this helpful?

Gentee script programming language

Gentee programming language documentation

NextLanguage Reference

Last updated 4 years ago

Was this helpful?

Gentee is a strongly typed procedural language. First of all, it is designed to write scripts to automate repetitive actions and processes on the computer. The Gentee language has a simple syntax and it is easy to learn and maintain.

GitHub repository: Download for Linux, macOS, Windows: Documentation GitHub repository: Development language: Go

run : ||"Hello, world!\r\n"
run : $ echo "Hello, world!"
run {
    str name = ReadString(`Enter your name: `)
    Println(`Hello, %{ ?(*name>0, name, `world`) }!` )
}

Want to see a sample application that successfully uses the Gentee programming language? Take a look at , a free cross-platform program for easy creation and management of scripts.

Documentation

https://github.com/gentee/gentee
https://github.com/gentee/gentee/releases
https://github.com/gentee/docs-gentee
Eonza
Gentee Programming language (English)
Язык программирования Gentee (Russian)