y icon indicating copy to clipboard operation
y copied to clipboard

Y language, new language for AI

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
}