/y

Y language, new language for AI

Primary LanguageC++

Y language

a new script language which called Y language or WHY language

website

office website

example

#!/bin/why

msg = "hello world!"
fun helloworld(msg)
{
    print(msg)
    return msg
}