• Stars
    star
    137
  • Rank 264,625 (Top 6 %)
  • Language
    C++
  • Created 12 months ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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