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