Gentee script programming language
Gentee programming language documentation
run : ||"Hello, world!\r\n"run : $ echo "Hello, world!"run {
str name = ReadString(`Enter your name: `)
Println(`Hello, %{ ?(*name>0, name, `world`) }!` )
}Documentation
Last updated
Was this helpful?