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