a new script language which called Y language or WHY language
#!/bin/why
string fun helloworld()
{
msg = "hello world!"
print(msg)
return msg
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|
a new script language which called Y language or WHY language
#!/bin/why
string fun helloworld()
{
msg = "hello world!"
print(msg)
return msg
}