Skip to content

gentee/docs-gentee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description
Gentee programming language documentation

Gentee script programming language

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: https://github.com/gentee/gentee
Download for Linux, macOS, Windows: https://github.com/gentee/gentee/releases
Documentation GitHub repository: https://github.com/gentee/docs-gentee
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 Eonza, a free cross-platform program for easy creation and management of scripts.

Documentation

Releases

No releases published

Packages

No packages published