/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

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