a new script language which called Y language or WHY language
#!/bin/why
ret fun helloworld()
{
msg = "hello world!"
print(msg)
return msg
}
a new script language which called Y language or WHY language
#!/bin/why
ret fun helloworld()
{
msg = "hello world!"
print(msg)
return msg
}